distribute python script

codecraig codecraig at gmail.com
Thu Apr 14 15:33:16 EDT 2005


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!!




More information about the Python-list mailing list