python - PyQt no module named -


i try use pyqt 5.5 python 3.5. installed python 3.5 (c:\python3) , intalled pyqt 5.5 (c:\python3\lib\site-packages\pyqt5). type

import pyqt5.qwidgets 

and have following error

importerror: dll load failed: no module named pyqt5.qwidgets 

my os windows 8 x32

it's not helped:

importerror: no module named pytqt5

importerror: no module named pyqt5 - osx mavericks

pyqt5 , qtgui module not found

solved: problem gone when installed python 3.4 instead of python 3.5


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -