[wxPython] Tkinter and wxPython

Can Tkinter and wxPython coexist? i.e. Can I write a program that uses both
Tkinter and wxPython? I am trying to extend an application that uses
Tkinter, but I like the widgets in wxPython.

Thanks,
Mike

Can Tkinter and wxPython coexist? i.e. Can I write a program that uses

both

Tkinter and wxPython?

Yes, but not a very good program. For example, try running a wxPython app
from IDLE. You'll notice that it does run but IDLE is totally frozen. This
is because each toolkit needs their own main event loop to be running and
dispatching the events.

ยทยทยท

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!