Posts by Vinícius C Silva • 1 point
2 posts
-
0
votes1
answer122
viewsA: When I run code outside of IDLE (PYTHON 3.7) the created Tkinter window does not appear
For those who had this problem, I found a silly mistake, I found that Root.mainloop needs '()' to work, getting root.mainloop(), if they find another error in the code, comment.…
-
0
votes1
answer122
viewsQ: When I run code outside of IDLE (PYTHON 3.7) the created Tkinter window does not appear
I’m beginner and was studying Tkinter and developed this code, within IDLE it works perfectly, but with advancing I turned it into executable but does not rotate, even inside the cmd does not…