PyQt5: The DLL load failed: the specified module could not be found

Ahmad Taha

I recently installed the PyQt5 module setup for 32-Bit computers on Windows. But when I am trying to run their examples none of then would run. All of the examples provided were having the similar type of error as in the following image. And when I tried to import PyQt5 in the Python shell it just imported correctly.

Enter image description here

I think this shows PyQt is installed successfully.

But when i try to run the examples it shows like:

enter image description here

This is of one example and other examples have different 'no founds'

Facts - Running Windows 7, PyQt5 latest version, Python 3.5, Installed PyQt5 from original site with setup

I know there are several questions of such type, but none helped me because most of them were for Linux.

Ahmad Taha

I got the answer to my own question.

When I tried to install it by setup, it did not ran properly. Then I uninstalled the setup and also ran the code in command line pip uninstall pyqt5 and then reinstalled by pip pip install pyqt5.

Then it perfectly ran, but by installing with pip it doesn't provide any examples so for that install the setup in any other directory and copy the examples in the PyQt5 folder. Done!

I think there may be some bug in the setup.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

ImportError: DLL load failed: The specified module could not be found for numpy

From Dev

pyodbc ImportError: DLL load failed: The specified module could > not be found

From Dev

Python: ImportError: DLL load failed: The specified module could not be found

From Java

ImportError: DLL load failed: The specified module could not be found

From Java

ImportError: DLL load failed: The specified module could not be found

From Dev

Pyinstaller: Import Error: DLL load failed: The specified module could not be found

From Dev

NLTK ImportError: DLL load failed: The specified module could not be found

From Dev

Scipy ImportError: DLL load failed: The specified module could not be found

From Dev

Pyinstaller ImportError: DLL load failed: The specified module could not be found

From Dev

Tensorflow on windows - ImportError: DLL load failed: The specified module could not be found

From Dev

DLL load failed: The specified module could not be found while importing scipy

From Dev

skimage - ImportError: DLL load failed: The specified module could not be found

From Dev

DLL load failed: The specified module could not be found PYTHON

From Dev

ImportError: DLL load failed: The specified module could not be found (sklearn)

From Dev

DLL load failed: the specified module could not be found Windows 10 shell

From Dev

ktrain ImportError: DLL load failed: The specified module could not be found

From Dev

MeCab: “ImportError: DLL load failed: The specified module could not be found.”

From Dev

The '_imaging' module for the PIL could not be imported: DLL load failed: The specified module could not be found

From Dev

cx_Freeze ImportError: DLL load failed failed while importing _ctypes: The specified module could not be found

From Dev

Trying to install TensorFlow- GPU...failed with ImportError: DLL load failed: The specified module could not be found

From Dev

How can I bypass kivy module error: ImportError: DLL load failed: The specified module could not be found?

From Dev

DLL load failed: The specified module could not be found. File "<stdin>", line 1, in <module>

From Dev

OpenCV-Python ImportError: DLL load failed: The specified module could not be found

From Dev

Can run script from pycharm, but not from Terminal. ImportError: DLL load failed: The specified module could not be found

From Dev

ImportError: DLL load failed: The specified module could not be found. Tensorflow Chatbot

From Dev

from scipy.linalg import _fblas: ImportError: DLL load failed: The specified module could not be found

From Dev

Exception has occurred: ImportError DLL load failed while importing pdftotext: The specified module could not be found

From Dev

ImportError: DLL load failed while importing _psycopg: The specified module could not be found

From Dev

Unable to open ANACONDA or SPYDER: ImportError: DLL load failed: The specified module could not be found

Related Related

  1. 1

    ImportError: DLL load failed: The specified module could not be found for numpy

  2. 2

    pyodbc ImportError: DLL load failed: The specified module could > not be found

  3. 3

    Python: ImportError: DLL load failed: The specified module could not be found

  4. 4

    ImportError: DLL load failed: The specified module could not be found

  5. 5

    ImportError: DLL load failed: The specified module could not be found

  6. 6

    Pyinstaller: Import Error: DLL load failed: The specified module could not be found

  7. 7

    NLTK ImportError: DLL load failed: The specified module could not be found

  8. 8

    Scipy ImportError: DLL load failed: The specified module could not be found

  9. 9

    Pyinstaller ImportError: DLL load failed: The specified module could not be found

  10. 10

    Tensorflow on windows - ImportError: DLL load failed: The specified module could not be found

  11. 11

    DLL load failed: The specified module could not be found while importing scipy

  12. 12

    skimage - ImportError: DLL load failed: The specified module could not be found

  13. 13

    DLL load failed: The specified module could not be found PYTHON

  14. 14

    ImportError: DLL load failed: The specified module could not be found (sklearn)

  15. 15

    DLL load failed: the specified module could not be found Windows 10 shell

  16. 16

    ktrain ImportError: DLL load failed: The specified module could not be found

  17. 17

    MeCab: “ImportError: DLL load failed: The specified module could not be found.”

  18. 18

    The '_imaging' module for the PIL could not be imported: DLL load failed: The specified module could not be found

  19. 19

    cx_Freeze ImportError: DLL load failed failed while importing _ctypes: The specified module could not be found

  20. 20

    Trying to install TensorFlow- GPU...failed with ImportError: DLL load failed: The specified module could not be found

  21. 21

    How can I bypass kivy module error: ImportError: DLL load failed: The specified module could not be found?

  22. 22

    DLL load failed: The specified module could not be found. File "<stdin>", line 1, in <module>

  23. 23

    OpenCV-Python ImportError: DLL load failed: The specified module could not be found

  24. 24

    Can run script from pycharm, but not from Terminal. ImportError: DLL load failed: The specified module could not be found

  25. 25

    ImportError: DLL load failed: The specified module could not be found. Tensorflow Chatbot

  26. 26

    from scipy.linalg import _fblas: ImportError: DLL load failed: The specified module could not be found

  27. 27

    Exception has occurred: ImportError DLL load failed while importing pdftotext: The specified module could not be found

  28. 28

    ImportError: DLL load failed while importing _psycopg: The specified module could not be found

  29. 29

    Unable to open ANACONDA or SPYDER: ImportError: DLL load failed: The specified module could not be found

HotTag

Archive