"codecraig" <[EMAIL PROTECTED]> 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to