[PyQt] pyqtdeploy and PyQt5.uic trouble
Kyle Altendorf
sda at fstab.net
Sat Feb 6 19:53:03 GMT 2016
pyqtdeploy doesn't seem to handle resource file paths appropriately for
the PyQt5.uic package. Specifically, rel_dst should have 'o' added to
the end on line 285 [1], I think. At least for me that got me moved on
to the next error. Without that change I get:
RCC: Error in 'resources\pyqtdeploy.qrc': Cannot find file
'PyQt5/uic/Compiler/compiler.py'
Cheers,
-kyle
[1]
https://riverbankcomputing.com/hg/pyqtdeploy/file/6b734e8b1012/pyqtdeploy/builder/builder.py#l285
More information about the PyQt
mailing list