[Tutor] Tkinter and Macpython

Lovatti Matteo matteolovatti at mac.com
Sun Jan 4 09:33:44 EST 2004


Hi, everybody, i'm trying to learn tkinter but i'm hang with a simple
example:

from Tkinter import *

root = Tk()

w = Label(root, text="Hello, world!")
w.pack()

root.mainloop()

this example make my Macpython to crash (it displays the window created 
only
for a second). Maybe i've not intalled something correctly or else ?
can someone help ? (the mac runs Os X 10.3.2, full developer tools 
installed)

thanks

Matteo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 554 bytes
Desc: not available
Url : http://mail.python.org/pipermail/tutor/attachments/20040104/664efe55/attachment.bin


More information about the Tutor mailing list