Python Forum

Full Version: Kivy Designer Module Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?