Discussions Q&R
Py programs don't run
0 Vote
1 RéponseHow to run program?
2 Votes
2 RéponsesIDE kotlin
0 Vote
2 Réponsesuse of \n
1 Vote
3 RéponsesHow to run program
0 Vote
2 Réponsesnotepad++ --- python
0 Vote
1 RéponseText editor
0 Vote
4 RéponsesPython Program Errors
1 Vote
1 RéponseHey there,
I don't know why, but when I import tkinter on IDLE like this:
from tkinter import *
And I say:
window = Tk()
Even known I use python 3.2.5, which should be able to use Tkinter, the python shell raises a ValueError that says that Tk() is not defined. I am very sure I use python 3.2.5 and tutorials from the Python Foundation say that is what I have to do. But it still doesn't work.
Does anyone have an idea of how to solve this problem? Thank you!
0 Vote
3 Réponses