Problems with Tkinter
Steffen Mutter
steffen at gnuher.de
Sun Jan 1 12:23:36 EST 2006
Hi all and a happy new year!
My first try fiddling around with GUIs ended disappointing, instead of
showing the window title as expected 'Demofenster' ist still shows 'tk'
instead.
What did I do wrong?
#!/usr/bin/env python
from Tkinter import *
fenster = Tk()
fenster.title = 'Demofenster'
fenster.mainloop()
I actually tried this running python2.4 on an Ubuntu's breezy badger
machine and Win2kPro running Python2.3 gives the same result.
Any hints highly apprechiated.
Regards,
Steffen
More information about the Python-list
mailing list