On 8/27/10 4:40 AM, Kevin Walzer wrote:
What error messages do you see?
IDLE 2.6.5 >>> from Tkinter import * >>> from Tkinter import ttk Traceback (most recent call last): File "<pyshell#1>", line 1, in <module> from Tkinter import ttk ImportError: cannot import name ttk >>> or >>> import ttk Traceback (most recent call last): File "<pyshell#3>", line 1, in <module> import ttk ImportError: No module named ttk If there is a different syntax I should be using, please let me know. Thanks, Monte _______________________________________________ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/listinfo/tkinter-discuss