Python Forum
[Kivy] Can't link .kw file with main.py - 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] Can't link .kw file with main.py (/thread-4406.html)



Can't link .kw file with main.py - Allpha - Aug-14-2017

Hello I started to learn kivy gui for puthon 3 and I have a problem, I can't link.kw file with main.py.
I don't now how to upload there photos, but If it's important i can sens the screenshots of my code.
Thank you very much!!!


RE: Can't link .kw file with main.py - j.crater - Aug-14-2017

Hello Allpha. Posting code is always necessary if help with debugging is required. But instead of images, it is welcome that you copy code here directly, between code tags.
See help here, if needed: https://python-forum.io/misc.php?action=help&hid=25


RE: Can't link .kw file with main.py - metulburr - Aug-14-2017

i recall with Kivy that your kivy file (link.kv) needs to be of the same name as your script. So if you main script is main.py, then your kivy file needs to be named main.kv

Other than that i would need your code. Post in python code tags here the source codes...dont use images.

Here is a bare bones workable example and linux install method
https://github.com/metulburr/kivy