Nathaniel Trujillo wrote:

Traceback (most recent call last):
  File "C:\Python31\mad_lib.py.py", line 112, in <module>
    root = Tkinter.Tk()
NameError: name 'Tkinter' is not defined

You have to import the Tkinter module first:

import Tkinter


--
Steven

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to