python2.0, _socket module, builtin, compile

Martin v. Löwis martin at v.loewis.de
Mon Jun 2 17:59:02 EDT 2003


wavegroom <wavegroom at gmx.net> writes:

> How can I compile python 2.0.1 under linux, so that i get the built in 
> functions as non static modules, so that i can load _socket.so at 
> runtime. (like in python2.2)

Uncomment the line

* shared *

in Setup. Read Setup for further details.

Regards,
Martin




More information about the Python-list mailing list