Most voted "python-kivy" questions
53 questions
Sort by count of
-
-1
votes1
answer469
viewsApplication with login and access control (Error: Typeerror: 'Nonetype' Object is not subscriptable)
I’m putting together a basic application with login and access control, that is, not all users can access the same windows. However I have a problem to load user information into the window after it…
-
-1
votes1
answer115
viewsError in the self.bntInsert["command"] = self command
Hello guys as I am new in python need a help in this code this with the following error File "/root/Pycharmprojects/Sistemavenda/venv/App.py", line 113 self.bntInsert["command"] =…
-
-1
votes1
answer26
viewsIs there any reason why the screen is completely black in the kivy program?
I’m running into a very annoying problem trying to run the program. I looked at questions similar to mine on the site, but they didn’t give me much light. I need to do a job, but every time I create…