Python Newbie Problem

Enrique Castro ecastro at cicei.ulpgc.es
Fri May 5 15:16:45 EDT 2000


Hi,
    I have installed Python and Tcl/Tk very recently on Win95. I do not
understand the "init.tcl in the path" message. What you need is to provide
the path to the Tcl binaries, which are located (in a normal installation
in Win95) at "some_user_path"\Tcl\bin

Thus, simply edit autoexec.bat to set path
path=%path%;"root"\tcl\bin


blues-l at cyberus.ca wrote:

> Hi,
>  I'm a newbie when it comes to Python.
> I have been trying to get it going on Win95 but I am dead in the water
> as far as
> getting Tkinter to work.
> It loads okay but I get a message saying that it cannot find a "usable"
> init.tcl in the path when I try using it.
> init.tcl IS there and in the path. It is version 8.05
> Everything else works ....
> What defines "usability"?




More information about the Python-list mailing list