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.
Asked
Active
Viewed 220 times
1
-
You have verified you are using a 64-bit version of QtWidgets? – Ramhound Mar 01 '18 at 17:58
-
Thanks for the reply. How do I verify this? – rmsrms1987 Mar 01 '18 at 18:32
-
Verify you downloaded and installed the 64-bit version of the module. – Ramhound Mar 01 '18 at 20:26
-
I just installed this using "pip install PyQt5", so I do not know what the default is. – rmsrms1987 Mar 01 '18 at 20:34
-
I don’t either. Still doesn’t chnage the fact I need to know what You installed – Ramhound Mar 01 '18 at 22:28
-
RELATED: https://stackoverflow.com/questions/22640640/how-to-install-pyqt4-on-windows-using-pip – Ramhound Mar 01 '18 at 22:41
-
This question has some potentially relevant answers as well - https://stackoverflow.com/q/19019720/3395469 – Anaksunaman Mar 02 '18 at 07:07
