Missing pyrcc5 in Ubuntu 18.04

Juan José Gómez Romera jjgomera at gmail.com
Wed Jan 18 16:20:32 GMT 2023


Hi,
try pyqt5-dev-tools, pyrcc5 is in it in debian, so it would be in ubuntu too

El mié, 18 ene 2023 a las 6:08, henry.wede at yahoo.com (<henry.wede at yahoo.com>)
escribió:

> Hello,
>
> I am trying to move a project from a Windows computer to a Jetson running
> Ubuntu 18.04.  The ui file was created in QtDesigner and uses a resource
> file.  When running the program, it looks fine on Windows but on Linux all
> of the images are black.  Everything else seems to be working but the lack
> of images make it unusable.
>
> I suspect that the resource file should be compiled again on Linux.
> Doesn't seem like it should, but it does seems like a problem with the
> resource file so I would like to try it.  Except that pyrcc5.* file is not
> to be found.
>
> I used these commands to install PyQt5 and related tools:
> sudo apt-get install python3-pyqt5
> sudo apt-get install qttools5-dev-tools
> sudo apt-get install qttools5-dev
>
> pyuic5.py is located in usr/lib/python3/dist-packages/PyQt5/uic but pyrcc5
> is nowhere to be found.  I've spent a couple hours searching on-line for
> solutions and the commands above seem like they are correct.
>
> To add to my confusion, I can open QtDesigner on Linux, browse the ui and
> resource files, and everything seems be normal - it behaves just like
> Windows.  Until I run it and all the images are black.
>
> Can any of you Linux experts please point me in the correct direction?  Am
> I wrong to expect the resource files to work on Linux?
>
> Thank you,
>
> Henry
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20230118/a1abbe0b/attachment.htm>


More information about the PyQt mailing list