1
I just installed PyQt5 in order to run an already written program, and it seemed that the installation was successful. However when I try to import just the module QtWidgets within PyQt5, I receieve an error (See below). Does anybody know what could be causing this problem? Thank you very much in advance.
You have verified you are using a 64-bit version of QtWidgets? – Ramhound – 2018-03-01T17:58:37.197
Thanks for the reply. How do I verify this? – rmsrms1987 – 2018-03-01T18:32:27.203
Verify you downloaded and installed the 64-bit version of the module. – Ramhound – 2018-03-01T20:26:06.587
I just installed this using "pip install PyQt5", so I do not know what the default is. – rmsrms1987 – 2018-03-01T20:34:56.897
I don’t either. Still doesn’t chnage the fact I need to know what You installed – Ramhound – 2018-03-01T22:28:16.167
RELATED: https://stackoverflow.com/questions/22640640/how-to-install-pyqt4-on-windows-using-pip
– Ramhound – 2018-03-01T22:41:05.363This question has some potentially relevant answers as well - https://stackoverflow.com/q/19019720/3395469
– Anaksunaman – 2018-03-02T07:07:01.113