Gordon McMillan's installer

Gordon McMillan gmcm at hypernet.com
Thu May 31 20:18:48 EDT 2001


[posted and mailed]

john.thai at dspfactory.com (John) wrote in
<K7aR6.242725$Z2.2732520 at nnrp1.uunet.ca>: 


>    I downloaded Gordon McMillan's installer for Python and after
>    reading 
>the docs, I still a bit confused about how to use it.. Does anyone have
>any simple examples I can look at?  In particular I am trying to package
>a script which uses wxPython as the front end and some C extension
>modules internally.  I would like it packaged such that the interpretor
>is hidden in the eventual exe file.  The package doesn't seem to come
>with any examples.. 

By "packaged in the eventual exe file" I guess you mean a single exe (not a 
directory tree). That means Freeze.py.

> python path/to/Freeze.py myscript.py 

is normally sufficient.

projects/test/Simple is examples of the 3 configurations. Run make.py and 
it creates and then runs them. Their command line arguments are documented 
at the top of builder.html. Most of the time, that's all you need to know.

- Gordon



More information about the Python-list mailing list