Can you use tkinter and PyQt together?

In order to have both the Tkinter and Qt versions working simultaneously, I had to fork the process – and start each toolkit in a separate running instance ; Your case is not identical, as the Qt GUI will be already running, but maybe having this to start up with you can come along with a work-around.

Read more