Python Forum

Full Version: Can't link .kw file with main.py
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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!!!
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
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