qt - Python 3.4.3 + Current PyQt5, DLL load failed -
when trying run simple test of database.py:
import pymysql.cursor pyqt5.qtcore import pyqtsignal, qobject, qtimer
this output in exceptions tab of wingware ide:
file "c:\myprojects\___mechanikos\ultrasimplesarlaccpit\01_ultrasimplesarlaccpit.py", line 1, in <module> database import database  file "c:\myprojects\___mechanikos\ultrasimplesarlaccpit\database.py", line 2, in <module> pyqt5.qtcore import pyqtsignal, qobject, qtimer builtins.importerror: dll load failed: specified module not found.`
there error when installing pyqt5 says built 3.5 not 3.4. why? if so, can download 3.4.3 compatible version?
thanks!
regards, team mechanikos
try upgrading 3.5:
- uninstall old pyqt5 , python 3.4.3 through control panel > programs
- install python 3.5.1, specifying making sure specify c:\python35\ install location.
- install pyqt5 3.5 (current).
works.
Comments
Post a Comment