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:

  1. uninstall old pyqt5 , python 3.4.3 through control panel > programs
  2. install python 3.5.1, specifying making sure specify c:\python35\ install location.
  3. install pyqt5 3.5 (current).

works.


Comments

Popular posts from this blog

javascript - How to get current YouTube IDs via iMacros? -

c# - Maintaining a program folder in program files out of date? -

emulation - Android map show my location didn't work -