distribute python script

Thomas Heller theller at python.net
Thu Apr 14 16:20:37 EDT 2005


"codecraig" <codecraig at gmail.com> writes:

> Thanks so much Thomas!!!  I added encodings to my setup's...here it is
>
> setup(console=[{"script": 'monkey_shell.py'}], options={"py2exe":
> {"packages": ["encodings"]}})
>
> and i did the same for the other python script.
>
> Thanks!!

Cool.  The next py2exe version will include the encodings automatically,
unless this is overridden with the '-a' or '--ascii' command line
option.

Thomas



More information about the Python-list mailing list