Im so confused😔 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Im so confused😔

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.

15th Dec 2019, 5:06 PM
[MONKEY_KING]
6 Answers
+ 1
Thnks mate👊
15th Dec 2019, 5:36 PM
[MONKEY_KING]
+ 1
[MONKEY_KING] anytime. All the best 👊
15th Dec 2019, 5:44 PM
Fidelis Musamba
Fidelis Musamba - avatar
0
First 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?
15th Dec 2019, 5:30 PM
Fidelis Musamba
Fidelis Musamba - avatar
0
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
15th Dec 2019, 5:31 PM
Fidelis Musamba
Fidelis Musamba - avatar
0
[MONKEY_KING] you are welcome but it worked right?
15th Dec 2019, 5:41 PM
Fidelis Musamba
Fidelis Musamba - avatar
0
Yeah... Thank you so much
15th Dec 2019, 5:42 PM
[MONKEY_KING]