[Tutor] Modules
Mark Lawrence
breamoreboy at yahoo.co.uk
Wed Mar 27 21:12:08 CET 2013
On 27/03/2013 19:34, Cor Heisterkamp wrote:
> Hi,
>
> I just started with Python and found a course named "Python programming"
> by Jody S. Gunther.
> My problem starts with the chapter "Introduction to Modules".
> The first line in the program is:
> from tkinter import *
> and here I'm getting an error:
> ImportError: No module named tkinter
>
> What to do?
>
>
This works for me with Python 3.3 on Windows Vista. What OS and Python
version are you using, as I believe that this was tKinter in Python 2?
--
If you're using GoogleCrap™ please read this
http://wiki.python.org/moin/GoogleGroupsPython.
Mark Lawrence
More information about the Tutor
mailing list