kivy tag

3 questions


1 answers
57 views
0
How to resolve Python Kivy object is not subscriptable.

When I press the Change Text button, I want to run label_change for one class, but I get the error TypeError: 'kivy.properties.DictProperty' object is not subscriptable with the code below.What's wron...

2 years ago

1 answers
89 views
0
PyInstaller does not know how to use the "--onedir" option

I would like to create an exe file with Python+Kivy+Pyinstaller.I was able to generate the exe file with the pyinstaller--onedir option without any problems with my previous PC, but after I replaced t...

2 years ago

1 answers
51 views
0
kivy, Python, when running, nothing on the screen

The program below aims to use kivy to extract and output data based on keywords from the database.The problem is that the Top_Screen that starts first is not displayed.I would like to know why this is...

2 years ago

© 2024 OneMinuteCode. All rights reserved.