distribute python script

2005-04-14 Thread codecraig
i want to distribute my python script as an executable. I have tried py2exe but it caused a problem in my script when I ran it. I know about Gordon McMillans Installer (which is no longer hosted)..but i tried that and when i run the .exe it generated, it just crashes (i.e. Windows wants to send

Re: distribute python script

2005-04-14 Thread Larry Bates
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

Re: distribute python script

2005-04-14 Thread codecraig
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

Re: distribute python script

2005-04-14 Thread Thomas Heller
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, but I

Re: distribute python script

2005-04-14 Thread codecraig
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

Re: distribute python script

2005-04-14 Thread Thomas Heller
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