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

george

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

Note: I have installed kivy with: pip install kivy.
Note: I have tried also with : python v 2.7.10 but to no avail.
Note: OS - Windows 7, 64-bit

[CODE] - this snippet is taken from kiwi org homepage.

from kivy.app import App
from kivy.uix.button import Button

class TestApp(App):
    def build(self):
        return Button(text='Hello World')

TestApp().run()

[CURRENT OUTPUT]

[INFO              ] [Logger      ] Record log in C:\Users\testUser\.kivy\logs\kivy_16-01-22_1.txt
[INFO              ] [Kivy        ] v1.9.1
[INFO              ] [Python      ] v2.7.8 (default, Jun 30 2014, 16:08:48) [MSC v.1500 64 bit (AMD64)]
[INFO              ] [Factory     ] 179 symbols loaded

 Traceback (most recent call last):
   File "C:\Users\testUser\Desktop\test_kivy.py", line 1, in <module>
     from kivy.app import App
   File "C:\Python27\lib\site-packages\kivy\app.py", line 327, in <module>
     from kivy.uix.widget import Widget
   File "C:\Python27\lib\site-packages\kivy\uix\widget.py", line 219, in <module>
     from kivy.graphics import (
   File "C:\Python27\lib\site-packages\kivy\graphics\__init__.py", line 89, in <module>
     from kivy.graphics.instructions import Callback, Canvas, CanvasBase, \
 ImportError: DLL load failed: The specified module could not be found.
qwr

On Windows, glew and sdl2 are required as dependencies. I had the same problem. Installing all the dependencies

python -m pip install docutils pygments pypiwin32 kivy.deps.sdl2 kivy.deps.glew

and then reinstalling kivy worked for me.

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

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

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

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

From Java

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

From Dev

ImportError: DLL load failed: The specified module could not be found. While attempting to import TensorFlow

From Dev

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

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

From Dev

import matplotlib._png as _png Import: Error: DLL load failed: The specified module could not be found

From Dev

"import torch" giving error "from torch._C import *, DLL load failed: The specified module could not be found"

From Dev

Import Error: DLL load failed: The specified module could not be found when using cxfreeze

From Dev

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

From Dev

The '_imaging' module for the PIL could not be imported: 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

ElastAlert ImportError: DLL load failed: The specified procedure could not be found

From Dev

Getting the error "DLL load failed: The specified module could not be found." while trying to import tensorflow for Windows in Anaconda using PyCharm

From Dev

DLL load failed: The specified module could not be found. in robot framework connect Oracle Database

From Dev

Unable to load DLL 'sqlite3': The specified module could not be found

From Dev

Tensorflow error : DLL load failed: The specified procedure could not be found

From Dev

Could not load file or assembly 'XXXX.dll' or one of its dependencies. The specified module could not be found

From Dev

How can I fix tests in Ember testem with errors such as 'could not load', 'failed', 'could not find module' or 'died'?

From Dev

How can I fix tests in Ember testem with errors such as 'could not load', 'failed', 'could not find module' or 'died'?

From Dev

The DLL "vsperf140.dll": the specified module could not be found

From Dev

VB.NET Unable to load DLL The specified module could not be found. when dllimport

From Dev

REGSVR32: the module "xxxxx.dll" failed to load ... dependent assembly could not be found

Related Related

  1. 1

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

  2. 2

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

  3. 3

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

  4. 4

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

  5. 5

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

  6. 6

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

  7. 7

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

  8. 8

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

  9. 9

    ImportError: DLL load failed: The specified module could not be found. While attempting to import TensorFlow

  10. 10

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

  11. 11

    DLL Load Failed: The specified module could not be found [Python]

  12. 12

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

  13. 13

    import matplotlib._png as _png Import: Error: DLL load failed: The specified module could not be found

  14. 14

    "import torch" giving error "from torch._C import *, DLL load failed: The specified module could not be found"

  15. 15

    Import Error: DLL load failed: The specified module could not be found when using cxfreeze

  16. 16

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

  17. 17

    The '_imaging' module for the PIL could not be imported: 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

    ElastAlert ImportError: DLL load failed: The specified procedure could not be found

  20. 20

    Getting the error "DLL load failed: The specified module could not be found." while trying to import tensorflow for Windows in Anaconda using PyCharm

  21. 21

    DLL load failed: The specified module could not be found. in robot framework connect Oracle Database

  22. 22

    Unable to load DLL 'sqlite3': The specified module could not be found

  23. 23

    Tensorflow error : DLL load failed: The specified procedure could not be found

  24. 24

    Could not load file or assembly 'XXXX.dll' or one of its dependencies. The specified module could not be found

  25. 25

    How can I fix tests in Ember testem with errors such as 'could not load', 'failed', 'could not find module' or 'died'?

  26. 26

    How can I fix tests in Ember testem with errors such as 'could not load', 'failed', 'could not find module' or 'died'?

  27. 27

    The DLL "vsperf140.dll": the specified module could not be found

  28. 28

    VB.NET Unable to load DLL The specified module could not be found. when dllimport

  29. 29

    REGSVR32: the module "xxxxx.dll" failed to load ... dependent assembly could not be found

HotTag

Archive