Re: wxPython and Py2exe crashes in "window" mode but not in "console" mode

2006-08-28 Thread Jerry
http://www.heiselman.com/MultiSSH.zip -- http://mail.python.org/mailman/listinfo/python-list

Re: wxPython and Py2exe crashes in "window" mode but not in "console" mode

2006-08-28 Thread Jerry
jean-michel, I'm at work at the moment and can't post with attachments. I will do so once I get home. jean-michel bain-cornu wrote: > I'd like to reproduce your crash, could you post a sample ? -- http://mail.python.org/mailman/listinfo/python-list

Re: wxPython and Py2exe crashes in "window" mode but not in "console" mode

2006-08-25 Thread jean-michel bain-cornu
Hi Jerry, > I have created an application using wxPython and compiled it using > py2exe. When I put > > setup(console=['myscript.py']) > > in my setup.py file, the resulting application runs just fine. But > when I change it to > > setup(windows=['myscript.py']) > > The application crashes wi

wxPython and Py2exe crashes in "window" mode but not in "console" mode

2006-08-25 Thread Jerry
I have created an application using wxPython and compiled it using py2exe. When I put setup(console=['myscript.py']) in my setup.py file, the resulting application runs just fine. But when I change it to setup(windows=['myscript.py']) The application crashes without any indication of what hap