Problems with Tkinter
Steffen Mutter
steffen at gnuher.de
Sun Jan 1 12:23:36 EST 2006
More information about the Python-list mailing list
Sun Jan 1 12:23:36 EST 2006
- Previous message (by thread): Problems with Tkinter
- Next message (by thread): Problems with Tkinter
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Problems with Tkinter
- Next message (by thread): Problems with Tkinter
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list