You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, with this python version I was able to get Kivy 1.10.1, which is needed because the project uses some functions deprecated in newest Kivy versions. But now I have a problem when I try to execute the script:
$ ./tools/launcher
./tools/launcher
[INFO ] [Logger ] Record log in C:\Users\PCUT3\.kivy\logs\kivy_22-10-11_8.txt
[INFO ] [Kivy ] v1.10.1
[INFO ] [Python ] v2.7.14 (v2.7.14:84471935ed, Sep 16 2017, 20:25:58) [MSC v.1500 64 bit (AMD64)]
[INFO ] [Factory ] 194 symbols loaded
[INFO ] [Image ] Providers: img_tex, img_dds, img_pil, img_gif (img_sdl2, img_ffpyplayer ignored)
[INFO ] [Text ] Provider: pil(['text_sdl2'] ignored)
[CRITICAL] [Window ] Unable to find any valuable Window provider.
sdl2 - ImportError: DLL load failed: Impossibile trovare il modulo specificato.
File "C:\Python27\lib\site-packages\kivy\core\__init__.py", line 59, in core_select_lib
fromlist=[modulename], level=0)
File "C:\Python27\lib\site-packages\kivy\core\window\window_sdl2.py", line 26, in <module>
from kivy.core.window._window_sdl2 import _WindowSDL2Storage
[CRITICAL] [App ] Unable to get a Window, abort.
Anyone can help? Any similar issue found online does not have a solution that fixes this.
Thank you very much!
The text was updated successfully, but these errors were encountered:
Hi!
I am trying to get this project to work, but dependencies are pretty old and it's not that easy.
I am currently running Python 2.7.14, with these packages:
Now, with this python version I was able to get Kivy 1.10.1, which is needed because the project uses some functions deprecated in newest Kivy versions. But now I have a problem when I try to execute the script:
Anyone can help? Any similar issue found online does not have a solution that fixes this.
Thank you very much!
The text was updated successfully, but these errors were encountered: