kivy has its own language...so how do i run apps written with the kivy language... Currently i use py charm... Nd i set the language to python.... Am i doing something wrong? My code wont run.
12/15/2019 5:06:10 PM
[MONKEY_KING]6 Answers
New AnswerFirst of all, kivy (kv) language is not another programming language but its just there to simplify the procedures for styling. Kv language is optional so if you want do not use it. So how are your files arranged?
It might be that the kv file name does not match the MyApp() class name. For instance, if the main class name is MyApp() then the kv file name should be my.kv
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message