[Tutor] Modules

Danny Yoo dyoo at hashcollision.org
Wed Mar 27 21:00:54 CET 2013


> 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


Case matters.  "Tkinter" should be capitalized.


Best of wishes!


More information about the Tutor mailing list