Quote:
Originally Posted by DiapDealer
Have you configured the correct Python interpreter? If PyQt is installed to work with Python3, then you need to make sure you've configured Sigil with the Python3 interpreter (or vice-versa). Also make sure the "engine" tag in the plugin.xml file has the correct PyQt-enabled entry (python34 or python27).
|
Yes, there is "/usr/local/bin/python3", and other plugins work correctly. Only this test with PyQt5 doesn't work.

I'm a beginner too with PyQt5 so I'm trying new stuff.