pyqt / python-qt5

Unofficial PyQt5 via PyPI for Python 2.7 64-bit on Windows
GNU General Public License v3.0
280 stars 78 forks source link

pyrcc5 is missing #12

Closed rhoef closed 9 years ago

rhoef commented 9 years ago

I noticed that pyrcc5.exe in not installed. But it is compiled and in the repository. Great job anyway saved me a lots of time

mottosso commented 9 years ago

Thanks for letting me know, where did you say you found it in the repository? Are you referring to this?

That would be the original Qt resource compiler, and I'm not sure that works with PyQt. There is one coming along when compiling PyQt, I'll include it in the next round!

rhoef commented 9 years ago

Hi, no its this file

https://github.com/pyqt/python-qt5/blob/master/src/PyQt-gpl-5.4/PyQt-gpl-5.4/pyrcc/release/pyrcc5.exe

mottosso commented 9 years ago

Ah, did not know about that one. Thanks!

mottosso commented 9 years ago

@rhoef if you're interested, it would be great if you could add it and submit a pull-request.

mottosso commented 9 years ago

Added to the latest commit.

PeterJackNaylor commented 8 years ago

Hi, I have tried to install the latest version of CellCognition with PyQt5, and I had the same issue with the missing pyrcc5. It seems like you added but it is still missing for me.. The link you gave is deprecated for the missing element, do you know where I could fixe this issue? Thank you

mottosso commented 8 years ago

Hi @PeterJackNaylor, it's been added but it's possible it isn't available in the pip install version.

You can install the one here on GitHub like this: https://github.com/pyqt/python-qt5/wiki/Installation

Let me know if that solves the issue.

PeterJackNaylor commented 8 years ago

hi @mottosso, thanks for the response. That helped with the issue of the missing pyrcc5 file. However I was wrong with my bug. I am still unable to install CellCognition.

mottosso commented 8 years ago

Ok, let me know if there's anything to be done on this side.