Revision 6 as of 2006-01-20 02:04:27

Clear message

"distutils" is by now the standard mechanism to distribute Python packages and extensions, and appeared in Python 1.6. It runs under 1.5.2 though, but you have to install it (once) to use it for that Python version.

Documentation:

Projects:

DistUtilsExtensions is a repository of extensions for your "setup.py".


Q. How can you use distutils (i.e., your setup.py file) to uninstall a given package?

Unable to edit the page? See the FrontPage for instructions.