Re: Code reformater?
o make it right? It may help to look at the settings of your editor. I think Vim (and surely emacs) can help you with that. (look at :help retab, paste, expandtab in (g)Vim) Mario -- Mario Wehbrink -- http://mail.python.org/mailman/listinfo/python-list
Re: Problems with Tkinter
Steffen Mutter schrieb in comp.lang.python: > fenster.title = 'Demofenster' Try: fenster.title("Demofenster") instead Mario -- Mario Wehbrink -- http://mail.python.org/mailman/listinfo/python-list