Les Bothwell added the comment:

Here's an even simpler example (from book: Modern Tkinter for busy python 
programmers).

from Tkinter import *
import ttk
root = Tk()
ttk.Button(root, text="Hello World!").grid()
root.mainloop()

I have screenshots of both progs for 2.7.6 and 2.7.7 if interested.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21665>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to