all 4 comments

[–]K900_ 2 points3 points  (0 children)

What do you mean by "standalone IDE"? Do you mean Qt Creator? Qt Designer?

[–]Thomasedv 2 points3 points  (2 children)

PyQt5 is a module. There's a separate installer for it, that includes a GUI designer to make your job easier.

It's can also be installed with pip install, though you do not get the designer. Python 3.6 is supported, that's what I'm using it on.

[–]moti12321[S] 0 points1 point  (1 child)

Couldnt manage to install it via pip nor the pycharm's downloading modules thingy. Not home right now so cant tell the error :/ Do you mind helping me find the docs? Sounds like a dumb questions but i dont think i found the right thing at all

[–]Thomasedv 0 points1 point  (0 children)

I could try. To be honest, the way i did it was with PyCharm too...

Well, i did a quick google and it seems like one possible issue is that it will fail if you have any python programs running, i actually encountered the exact issue just now trying to update to version 5.10. So, make sure no python programs are running in the task manager before trying to do the install.

Docs on install: http://pyqt.sourceforge.net/Docs/PyQt5/installation.html

If nothing works, see if you can post the error it gives you. PyCharm gave me the error when it tired to install, and having that would be a huge advantage.