[PyQt] Loading PyQt5 Designer

Florian Bruhin me at the-compiler.org
Tue Jan 31 13:28:28 GMT 2017


* dennisvanz <dennisvanz at bellsouth.net> [2017-01-31 13:20:55 +0000]:
> I have python 3.6 64 bit installed.  I installed PyQt5-64 bit using pip3 using the Windows cmd window.  
> 
> I want QT DESIGNER - I understand it is the PyQt5 I downloaded.  If so, how do I get it in my Windows Start Menu so I can start/use it?
> 
> If it is not in there, how do I get it?

Qt Designer isn't included in the PyQt5 wheel.

Either install the unofficial pyqt5-tools wheel from here:
https://pypi.python.org/pypi/pyqt5-tools/
(not sure if that works with PyQt 5.7.1 though)

Or install a separate Qt installation from qt.io

> I am a beginner at this stuff, please do not assume I know anything in your answer.

Just ask if something is unclear ;)

Florian

-- 
http://www.the-compiler.org | me at the-compiler.org (Mail/XMPP)
   GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc
         I love long mails! | http://email.is-not-s.ms/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20170131/c780cca4/attachment-0001.sig>


More information about the PyQt mailing list