Hello, so im trying to use PyQt5 on my windows 7 but I might not be doing it right or something. So ive done pip install SIP and pip install pyqt5. Following this post, Ive done from PyQt5 import QtCore, QtGui, QtWidget and I should have a designer.exe somewhere for the QT Designer but I dont have that in my directory. So i don't know, am i missing a step? something i need to download?

QT Designer is different from pyqt. QT Designer is the Wysiwyg editor that creates .ui files that you can either compile to python code or import into the python code. Pyqt is a library / module for writing python code for qt.

To get QT Designer (QT Creator )
https://www1.qt.io/download-open-source/?hsCtaTracking=f977210e-de67-475f-a32b-65cec207fd03%7Cd62710cd-e1db-46aa-8d4d-2f1c1ffdacea

To use qt creator with pyqt, here is the documentation

http://pyqt.sourceforge.net/Docs/PyQt5/designer.html

Qt is excellent, but honestly I think it it more suited to C++.

I have found the TKinter is actually extremely powerful, fwiw.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.