Packaging python

Alex Martelli aleaxit at yahoo.com
Mon May 28 18:07:09 EDT 2001


"John" <john.thai at dspfactory.com> wrote in message
news:g9zQ6.242157$Z2.2713423 at nnrp1.uunet.ca...
> Hi,
>
>     How would I package a python source file (.py or .pyc) and Python such
> that the user does not need to install the Python interpreter (well it is,
> but transparently).  So if the user double clicks on a .py or .pyc the dos
> prompt will not show.

For Windows, http://starship.python.net/crew/theller/py2exe/.
For any platform, http://www.mcmillan-inc.com/install1.html.


Alex






More information about the Python-list mailing list