Compile qrc error on Linux Mint
Answered
Hello,
I recently start using pycharm(I have pycharm-community-2018.2.4 version), and I'm working on a project which imported from an eric6 which I used before.
I didn't have any issue until now, but I wanted to add another icon to the already created and compiled from eric, resources.qrc file. I opened the file and add the resource in pycharm, but when I tried to compile it by "Compile qrc file" I get the error:
Could not find pyrcc4 or pyside-rcc for selected Python interpreter
The project uses python3.6 and pyqt5. I already have "pyrcc5" but not pyrcc4. Since the project is in pyqt5 shoudn't "pyrcc5" used for compilation? Is there any way to fix this?
Please sign in to leave a comment.
Hi,
Please attach a screenshot showing the problem.
Thank you!
We were able to reproduce it.
We have filed an issue about it to our issue tracker https://youtrack.jetbrains.com/issue/PY-32438, please follow it for updates. See https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications if you are not familiar with YouTrack.