问题
I want to write a small App with kivy but when I try to import
from kivy.properties import ObjectProperty
I get the error:
No name 'ObjectProperty' in module 'kivy.properties'pylint(no-name-in-module)
All the other imports of kivy are working. I also started the app with some other code and it worked fine.
I am working on vscode if it helps
来源:https://stackoverflow.com/questions/57637558/no-name-objectproperty-in-module-kivy-properties