[Tutor] Do I have to initialize TKInter before I can use it?

John Fouhy john at fouhy.net
Tue Nov 15 00:41:57 CET 2005


On 15/11/05, Nathan Pinno <falcon3166 at hotmail.com> 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.


More information about the Tutor mailing list