John and all,
 
I am having problems. The latest error message I got was:
Traceback (most recent call last):
  File "D:\Python24\hockey.py", line 19, in -toplevel-
    tkMessageBox.showinfo("Hockey",
NameError: name 'tkMessageBox' is not defined
 
What do I have to do in this case?
 
Nathan Pinno
Date: Tue, 15 Nov 2005 12:41:57 +1300
From: John Fouhy <[EMAIL PROTECTED]>
Subject: Re: [Tutor] Do I have to initialize TKInter before I can use
it?
To: Tutor <tutor@python.org>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1

On 15/11/05, Nathan Pinno <[EMAIL PROTECTED]> wrote:
>
> Hey all,
>
> Do I have to initialize TKInter before I can use it, and if so, how would I
> go about doing that?

Generally, you need to create a Tkinter.Tk object before you create
any other Tkinter objects.

Are you having problems?

--
John.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to