Posts by Gustavo Ramalho • 35 points
3 posts
-
0
votes0
answers232
viewsQ: Black screen when running a simple interface made in Kivy - Python
I’m learning about using multiple screens in the kivy (using Screenmanager). However, when I run the code below I come across a black screen. No error occurs, but I could not find out which error.…
-
1
votes1
answer217
viewsQ: Help with kivy (error: Attributeerror: 'weakref' Object has no attribute 'cline_in_traceback')
I’m learning the kivy (so I’m pretty virgin in the Gui subject) and I came across this mistake: important part: Attributeerror: 'weakref' Object has no attribute 'cline_in_traceback' full run: [INFO…
-
2
votes2
answers3679
viewsQ: How can I add a character to each element of a Python string?
We have the following list: list=["oi","meu","nome","é","Gustavo"] I want to add a character at the beginning of each element of the list (added the name opa in each element manually same :p):…