As mentioned in #202 (comment) an error raises if qtpy.uic is imported due a missing module (pyside2uic ).
The error raises since there is no handling to detect if the module is available and for example do a fallback to only raise an error if compileUi is imported.
Thank you to @AndrewAmmerlaan for noticing this!
As mentioned in #202 (comment) an error raises if
qtpy.uicis imported due a missing module (pyside2uic).The error raises since there is no handling to detect if the module is available and for example do a fallback to only raise an error if
compileUiis imported.Thank you to @AndrewAmmerlaan for noticing this!