"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 p
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!!
--
http://mail.python.org/mailman/listinfo/python-list
"codecraig" <[EMAIL PROTECTED]> writes:
> surei posted another thread eariler, which explains much more
> related to py2exe..check that out and let me know if that helps.
>
> http://groups-beta.google.com/group/comp.lang.python/browse_thread/thread/4071921987be308d
I'm monitoring this group,
surei posted another thread eariler, which explains much more
related to py2exe..check that out and let me know if that helps.
http://groups-beta.google.com/group/comp.lang.python/browse_thread/thread/4071921987be308d
--
http://mail.python.org/mailman/listinfo/python-list
py2exe works just fine, but you didn't give enough information for us
to help you. Thomas Heller (maintainer of py2exe) monitors this list.
So post some more information of what "...caused a problem in my
script..." means and we will all try to help.
Larry Bates
codecraig wrote:
> i want to dist