Skip to content

Instantly share code, notes, and snippets.

@Ou42
Created February 11, 2017 10:14
Show Gist options
  • Save Ou42/3684dcc25319c277cf44a2d41058ea31 to your computer and use it in GitHub Desktop.
Save Ou42/3684dcc25319c277cf44a2d41058ea31 to your computer and use it in GitHub Desktop.
>>> import kivent_core
[INFO ] [OSC ] using <thread> for socket
[INFO ] [Window ] Provider: sdl2
[CRITICAL ] [Window ] Unable to find any valuable Window provider at all!
sdl2 - ImportError: DLL load failed: The specified procedure could not be found.
File "C:\Python27\lib\site-packages\kivy\core\__init__.py", line 67, in core_select_lib
cls = cls()
File "C:\Python27\lib\site-packages\kivy\core\window\window_sdl2.py", line 138, in __init__
super(WindowSDL, self).__init__()
File "C:\Python27\lib\site-packages\kivy\core\window\__init__.py", line 719, in __init__
import kivy.core.gl # NOQA
File "C:\Python27\lib\site-packages\kivy\core\gl\__init__.py", line 29, in <module>
from kivy.graphics.opengl_utils import gl_get_version
File "kivy\graphics\opengl_utils.pyx", line 20, in init kivy.graphics.opengl_utils (kivy\graphics\opengl_utils.c:4550)
[INFO ] [Audio ] Providers: audio_sdl2 (audio_pygst, audio_ffpyplayer ignored)
Traceback (most recent call last):
File "<pyshell#6>", line 1, in <module>
import kivent_core
File "C:\Python27\lib\site-packages\kivent_core\__init__.py", line 8, in <module>
from kivent_core import rendering
File "C:\Python27\lib\site-packages\kivent_core\rendering\__init__.py", line 3, in <module>
from kivent_core.rendering import cmesh
File "kivent_core\systems\gamesystem.pxd", line 3, in init kivent_core.rendering.cmesh (kivent_core/rendering/cmesh.c:4042)
cdef class GameSystem(CWidget):
File "C:\Python27\lib\site-packages\kivent_core\systems\__init__.py", line 9, in <module>
from kivent_core.systems import renderers
File "kivent_core\systems\renderers.pyx", line 22, in init kivent_core.systems.renderers (kivent_core/systems/renderers.c:19952)
ImportError: DLL load failed: The specified procedure could not be found.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment