KnowZero / Krita-PythonPluginDeveloperTools

Python plugin for Krita that assists with making python plugins for Krita
48 stars 2 forks source link

import uic fail, quick-fix #5

Closed aztecman closed 1 year ago

aztecman commented 1 year ago

I get a error on the plugin generator file that it can't find "uic"

quick fix: replace "import uic" with "from PyQt5 import uic"

KnowZero commented 1 year ago

Fixed, thanks

zerobikappa commented 1 year ago

Still failed to load the plugin in Windows11. Please also emend this line:

https://github.com/KnowZero/Krita-PythonPluginDeveloperTools/blob/001136b58458179e4d39b5d3e639df93926a1fe9/plugindevtools/PluginDevTools/PluginGenerator.py#L2

KnowZero commented 1 year ago

Okay, fixed