[PyQt] pyqtdeploy and PyQt5.uic trouble

Phil Thompson phil at riverbankcomputing.com
Sun Feb 7 17:36:35 GMT 2016


> On 6 Feb 2016, at 7:53 pm, Kyle Altendorf <sda at fstab.net> wrote:
> 
> 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

Fixed.

Thanks,
Phil



More information about the PyQt mailing list