[Tkinter-discuss] python 3.1 - tkinter 8.4 - no tile?

Monte Milanuk memilanuk at gmail.com
Fri Aug 27 18:15:07 CEST 2010


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



More information about the Tkinter-discuss mailing list