PythonWin + other GUIs = CRASH!

David LeBlanc whisper at oz.net
Wed Jul 3 18:45:59 EDT 2002


That's because you end up with multiple event-handling loops, one per GUI.
Who get's what events is a crap shoot.

David LeBlanc
Seattle, WA USA

> -----Original Message-----
> From: python-list-admin at python.org
> [mailto:python-list-admin at python.org]On Behalf Of Ingo Linkweiler
> Sent: Wednesday, July 03, 2002 11:19
> To: python-list at python.org
> Subject: Re: PythonWin + other GUIs = CRASH!
>
>
> >
> >
> >try SCITE or IDLE
> >
>
> IDLE crashes with Qt and pygame, too. It seems to be a general problem:
> It is not possible to start a GUI-Toolkit, when the application or the
> IDE is using a GUI itself. The only GUI which seems to work with most
> IDEs is tkInter. PyQt, wxPython and Pygame will crash.
>
> Ingo
>
> --
> http://mail.python.org/mailman/listinfo/python-list






More information about the Python-list mailing list