py2exe failed to load specified module

user2242044

I compiled a simple python module using py2exe. It works fine for me when I run the executable through the cmd window, but when I give it to someone without Python installed, they get the following error message:

LoadLibrary(pythondll) failedThe specified module could not be found. C:\PYTHON27.DLL

How do I resolve this issue?

jgritty

Py2exe doesn't actually create one single executable. You have to include the dlls and other files in the folder.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Java

sdl2 - ImportError: DLL load failed: The specified module could not be found and [CRITICAL] [App] Unable to get a Window, abort

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

ver.2 PyGreSQL ERROR: from _pg import * 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

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

From Dev

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

From Dev

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

From Dev

Tensorflow on windows - 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

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

The Module "aspnetcorev2.dll" failed to load

From Dev

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

From Dev

NLTK 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

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

From Dev

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

From Dev

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

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

DLL load failed while importing ft2font: 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

Py2exe - module does not find

From Dev

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

From Dev

Python: 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

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

From Dev

Pyjnius. ImportError: DLL load failed: The specified module was not found

Related Related

  1. 1

    sdl2 - ImportError: DLL load failed: The specified module could not be found and [CRITICAL] [App] Unable to get a Window, abort

  2. 2

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

  3. 3

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

  4. 4

    ver.2 PyGreSQL ERROR: from _pg import * ImportError: DLL load failed: The specified module could not be found

  5. 5

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

  6. 6

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

  7. 7

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

  8. 8

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

  9. 9

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

  10. 10

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

  11. 11

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

  12. 12

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

  13. 13

    The Module "aspnetcorev2.dll" failed to load

  14. 14

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

  15. 15

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

  16. 16

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

  17. 17

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

  18. 18

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

  19. 19

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

  20. 20

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

  21. 21

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

  22. 22

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

  23. 23

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

  24. 24

    Py2exe - module does not find

  25. 25

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

  26. 26

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

  27. 27

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

  28. 28

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

  29. 29

    Pyjnius. ImportError: DLL load failed: The specified module was not found

HotTag

Archive