Install Tkinter for Windows 7 64-bit

Chris “Kwpolska” Warrick kwpolska at gmail.com
Mon Nov 11 11:43:12 EST 2013


On Mon, Nov 11, 2013 at 5:38 PM,  <jonas.thornvall at 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



More information about the Python-list mailing list