_socket module missing solaris 7 build python 2.3.3

Dieter Maurer dieter at handshake.de
Sun May 2 13:47:32 EDT 2004


"Martin v. Löwis" <martin at v.loewis.de> writes on Sat, 01 May 2004 00:48:46 +0200:
> Stephen Williams wrote:
> > anyone out there know of a way around this?  compiler flags or
> > something?
> 
> Around what? That sunfreeware does not ship the socket module?

I have had similar problems:

  The SUN header files for Solaris 7 did not define "INET V6" related
  macros. Therefore, the compilation of "_socket.c" failed.

I modified the Python sources slightly to define the missing
macros.


Dieter



More information about the Python-list mailing list