Fairly new to Python - have used IDLE last year trying to teach to Year 11 students. Thonny is a great teaching tool however, I want to use Kivy to create apps. I have tried to follow several "fixes" suggested however I keep getting the following error. Can anyone help please?
PS it works in IDLE and Visual Code Editor but I particularly want to use Thonny as it is a much better teaching tool.
Python 3.7.1 (bundled)
>>>
========================= RESTART =========================
>>> %Run p8HelloWorld.py
[INFO ] [Logger ] Record log in C:\Users\colin\.kivy\logs\kivy_19-01-07_2.txt
[INFO ] [Kivy ] v1.10.1
[INFO ] [Python ] v3.7.1 (v3.7.1:260ec2c36a, Oct 20 2018, 14:05:16) [MSC v.1915 32 bit (Intel)]
[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: The specified module could not be found.
File "C:\Users\colin\AppData\Roaming\Python\Python37\site-packages\kivy\core\__init__.py", line 59, in core_select_lib
fromlist=[modulename], level=0)
File "C:\Users\colin\AppData\Local\Programs\Thonny\lib\site-packages\thonny\backend.py", line 290, in _custom_import
module = self._original_import(*args, **kw)
File "C:\Users\colin\AppData\Roaming\Python\Python37\site-packages\kivy\core\window\window_sdl2.py", line 26, in <module>
from kivy.core.window._window_sdl2 import _WindowSDL2Storage
File "C:\Users\colin\AppData\Local\Programs\Thonny\lib\site-packages\thonny\backend.py", line 290, in _custom_import
module = self._original_import(*args, **kw)
[CRITICAL] [App ] Unable to get a Window, abort.