Using wxPython in Tkinter?

Robin Dunn robin at alldunn.com
Fri Dec 3 15:09:01 EST 1999


>
> Is it possible that both Tk and wx can co-exist in the same application
> with both parts of the interface functioning as they should?
>

It hasn't been done yet and I doubt that it is possible.  The trouble is that
neither is happy when the other's mainloop is running.  You might be able to
get past this by running them in separate threads, but then you run into the
problem of how do you make a Tkinter frame be the parent of a wxWindow...


--
Robin Dunn
Software Craftsman
robin at AllDunn.com
http://AllDunn.com/robin/
http://AllDunn.com/wxPython/  Check it out!







More information about the Python-list mailing list