**已关闭。**此问题需要debugging details。当前不接受答案。
编辑问题以包含desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将有助于其他人回答问题。
6天前关闭。
Improve this question
Kv文件代码显示此错误this is the kivy language code
This is the python
1条答案
按热度按时间sgtfey8w1#
您不小心将您的
.kv
档案变成python档案格式。若要修正这个问题,请复制您在.kv
档案中的所有程式码,然后删除您的my.kv
档案。建立一个新档案,不要指定python档案(选择文字),然后命名为my.kv
,并将您的程式码贴回。希望这对您有所帮助!