Python-2.3.4 on OSF1 V4.0?

Edmond Rusjan edmond.rusjan at gmail.com
Tue Nov 23 17:07:01 EST 2004


Thank you so much, Martin and Fredrik.

As you advised, added near the top of socketmodule.c (after #import Python.h):

#undef _XOPEN_SOURCE_EXTENDED
#define _POSIX_PII_SOCKET
#undef HAVE_SOCKADDR_SA_LEN

It built cleanly and socket now imports.



More information about the Python-list mailing list