Main KV File cant be found in Pyinstaller exe
问题 I'm at my wits end here... So I have a kivy app that runs fine from the interpreter and fine when built as a directory. But it doesn't seem to matter how I build it, the resulting exe always fails to find my main.kv file. My file structure is that I basically have images and a bunch of screens. main.py main.kv resources/image 1 /image 2 /kv_files/screen1 /screen2 I have been over all the similar question on SO including this one, and this one and this one. I think I have tried all of the