Quote:
Originally Posted by khadafi
Hello everyone !
I want to use Qt5 instead of Tkinter in plugin but thats not working correctly. Any idea of doing this ? 
|
Not possible right now (unless you package all of PyQt with your plugin).
EDIT: I take that back. If you want to use an externally installed Python interpreter you can use whatever python gui framework you have at your disposal. But if you wanted to share your plugin, you'd have to instruct users how to set up their python environment to match yours.