Posts by Diogenes Krauz Busse • 21 points
3 posts
-
0
votes1
answer146
viewsQ: How do I run a web routine within Tkinter without crashing the mainloop?
Good day I created an application by Tkinter and now I’m trying to make the information on the web available to users in real time. The problem is that the app.run function does not let you run the…
-
0
votes1
answer170
viewsQ: Importarror: No module named 'openpyxl'...python Raspberry...appears this error in Raspberry on my micro works well...what can it be?
I made a small program in python in my note to use with Raspberry, tested and worked well.... when step pro Raspberry it does not find the file openpyxl...has installed the openpyxl in Raspberry by…
-
1
votes0
answers53
viewsQ: Checkbutton - I can’t leave just one option checked..... when I mark an option in step 15 marks all together.... Someone can help me...
passo = 0 msg = 'Iniciar Nova Classificação' msg_button = 'Sim' dados = ' ' dd = ' ' mm = ' ' aa = ' ' barra01 = ' ' barra02 = ' ' ckb1 = ' ' ckb2 = ' ' ckb3 = ' ' ckb4 = ' ' sim = False nao = False…