On Mon, Nov 11, 2013 at 5:38 PM,  <jonas.thornv...@gmail.com> wrote:
> But i have no luck runn the Tkinter example file i downloaded in idel, it 
> still says no module called Tkinter.
IDLE*
> ===
> Traceback (most recent call last):
>   File "D:\Python33\test2.py", line 16, in <module>
>     from Tkinter import Tk, Canvas, Frame, BOTH
> ImportError: No module named 'Tkinter'
> ===

In Python 3, 'Tkinter' was renamed to 'tkinter' (both sans quotes).
Please change the file to reflect that (as the traceback points out,
line 16).

-- 
Chris “Kwpolska” Warrick <http://kwpolska.tk>
PGP: 5EAAEA16
stop html mail | always bottom-post | only UTF-8 makes sense
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to