I recently downloaded PyQt5 from GitHub and put it in my python2.7 dist_packages
, but when I do
>> import PyQt5
>> from PyQt5 import QtCore
I get
ImportError: cannot import name QtCore
I get this same error when I try to import any module from PyQt5.
Any help would be greatly appreciated.