using Tkinter from IDLE

neutrinman at myrealbox.com neutrinman at myrealbox.com
Thu Mar 3 12:23:37 EST 2005


How do I use Tkinter from IDLE? Tkinter can be used from IDLE attached
to python 2.2, IDLE 0.8. But I couldn't use from IDLE attached to
python 2.3, IDLE 1.0.3. When I execute the code below:
from Tkinter import *
root = Tk()
the window appears form IDLE 0.8, but not from IDLE 1.0.3.




More information about the Python-list mailing list