[Distutils] Non-python machines

Paul Moore p.f.moore at gmail.com
Tue Nov 21 10:17:35 CET 2006


On 11/21/06, Robert McFadzean <Robert.McFadzean at lakelandc.ab.ca> wrote:
> Is it possible to distribute a python module with Python to run on a machine that doesn't have Python or would Python have to be installed separately first?

It depends on your platform, but py2exe and cx_Freeze are two options
for this. Try google to find the URLs.

Paul.


More information about the Distutils-SIG mailing list