Problem with kivy | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Problem with kivy

I need help. I've been trying to get kivy up and running, but multiple errors keep coming up [INFO ] [Logger ] Record log in C:\Users\ShinS\.kivy\logs\kivy_19-02-18_3.txt [INFO ] [Kivy ] v1.10.1 [INFO ] [Python ] v3.6.4 (v3.6.4:d48eceb, Dec 19 2017, 06:04:45) [MSC v.1900 32 bit (Intel)] [INFO ] [Factory ] 194 symbols loaded [INFO ] [Image ] Providers: img_tex, img_dds, img_gif (img_sdl2, img_pil, img_ffpyplayer ignored) [CRITICAL] [Text ] Unable to find any valuable Text provider. sdl2 - ImportError: DLL load failed: The specified module could not be found. File "C:\Users\ShinS\AppData\Local\Programs\Python\Python36-32\lib\site-packages\kivy\core\__init__.py", line 59, in core_select_lib fromlist=[modulename], level=0) File "C:\Users\ShinS\AppData\Local\Programs\Python\Python36-32\lib\site-packages\kivy\core\text\text_sdl2.py", line 12, in <module> from kivy.core.text._text_sdl2 import (_SurfaceContainer, _get_extents, pil - ModuleNotFoundError: No module named 'PIL' File "C:\Users\ShinS\AppData\Local\Programs\Python\Python36-32\lib\site-packages\kivy\core\__init__.py", line 59, in core_select_lib fromlist=[modulename], level=0) File "C:\Users\ShinS\AppData\Local\Programs\Python\Python36-32\lib\site-packages\kivy\core\text\text_pil.py", line 7, in <module> from PIL import Image, ImageFont, ImageDraw [CRITICAL] [App ] Unable to get a Text provider, abort. I have loaded and reloaded a couple times and still the same results. I would very thankful any help or suggestions. .

19th Feb 2019, 12:02 AM
Chris Barranger
Chris Barranger - avatar
2 Answers
+ 1
Seems like you haven't installed pygame and may be pillow(PIL) as well. Try installing them and then run it again.
23rd Feb 2019, 3:14 AM
Шащи Ранжан
Шащи Ранжан - avatar
0
Actually they were but for some reason they didn't migrate to pycharm properly. Thanks
23rd Feb 2019, 4:25 AM
Chris Barranger
Chris Barranger - avatar