tcl question

MDK mdk at mdk.com
Wed Feb 13 16:42:05 EST 2002


"Cameron Laird" <claird at starbase.neosoft.com> wrote in message
news:7512146ADFC7C5D2.12C740DBCB3315BF.2E2B43736E1AC6BE at lp.airnews.net...
> In article <a4c2ge$1dognu$1 at ID-98166.news.dfncis.de>, MDK <mdk at mdk.com>
wrote:
> >In PythonWin I entered this script from a book:
> >
> >from Tkinter import Label
> >widget = Label(None, text='Hello GUI world!')
> >widget.pack()
> >widget.mainloop()
> >
> >When I run it in PythonWin it runs fine.
> >
> >When I double click on it in Windows explorer I get a message that
tcl80.dll
> >can not be found.  That file does not exist on my PC.  How then is it
> >running under PythonWin if that file does not exists and how can I make
it
> >run when double-clicked?
> >
> >My path includes:
> >
>
>PATH=C:\Python22\;c:\python22\dlls\;C:\Python22\Lib;C:\Python22\Lib\lib-tk
> >
> >Thanks.
> >
> >
>
> What name does the script have?  Did you call it
> something like
>   mytest.tcl
> ?
> --
>
> Cameron Laird <Cameron at Lairds.com>
> Business:  http://www.Phaseit.net
> Personal:  http://starbase.neosoft.com/~claird/home.html

I called it GUI_test.py






More information about the Python-list mailing list