Python Forum
[Kivy] Kivy Designer Module Error - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: [Kivy] Kivy Designer Module Error (/thread-22623.html)



Kivy Designer Module Error - SARAVANAN_M - Nov-20-2019

I'm getting as following error, when try to run the kivy designer application
from kivy.adapters.listadapter import ListAdapter
ModuleNotFoundError: No module named 'kivy.adapters'


Python V: 3.6.2 - 32bit
Kivy V: 1.11.1

I tried with many forum solution, but it's not at all working yet!
Does anyone can help on this issue?