[2.4.2] Compiling Python with packages?

Gilles Ganault nospam at nospam.com
Sun Feb 3 01:35:15 EST 2008


Hello

	I need to compile Python with the packages "socket,sys,time,os", but
I've never done it before, and would like confirmation that this will
work as planned:

======
make clean
./configure --with-socket --with-sys --with-time --with-os
make
make install
======

In addition, are there recommended switches I should know about?

Incidently, is there an equivalent to PHP's phpinfo() to check what
packages Python provides on a host?

Thank you.



More information about the Python-list mailing list