⇤ ← Revision 1 as of 2003-11-06 01:47:07
Size: 525
Comment:
|
← Revision 2 as of 2008-07-08 11:27:43 ⇥
Size: 529
Comment: converted to 1.6 markup
|
Deletions are marked like this. | Additions are marked like this. |
Line 6: | Line 6: |
* [http://www.python.org/doc/current/dist/dist.html Distributing Python Modules] * [http://www.python.org/sigs/distutils-sig/ Python Distutils-SIG: Introduction] |
* [[http://www.python.org/doc/current/dist/dist.html|Distributing Python Modules]] * [[http://www.python.org/sigs/distutils-sig/|Python Distutils-SIG: Introduction]] |
The DistUtils are a collection of several different commands to build and install python modules and extensions. DistUtils is a standard module in newer Python releases. On some Linux distribution it's in a python-dev package or similar.
Py2Exe is an additional command to DistUtils, that creates standalone distributions for Win32.
Documentation: