I tried the code you suggested and I got the following error message.

Here is the code I tried.

root = Tkinter.Tk()
root.iconbitmap(default=ico_image_filename)

And here is the error message.

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

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

Reply via email to