http://www.heiselman.com/MultiSSH.zip
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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