tcl question

Cameron Laird claird at starbase.neosoft.com
Wed Feb 13 10:44:54 EST 2002


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



More information about the Python-list mailing list