about widget construction kit

Shi Mu samrobertsmith at gmail.com
Fri Nov 11 19:32:22 EST 2005


On 11 Nov 2005 16:06:37 -0800, Martin Miller
<ggrp1.20.martineau at dfgh.net> wrote:
> Shi Mu wrote:
> > On 11/11/05, Fredrik Lundh <fredrik at pythonware.com> wrote:
> > > 1. pass in the full path to the executable:
> > >
> > >    cd tkinter3000-1.0-20031212
> > >    c:\python23\python setup.py install
> > > ...
> > >
> > still confused by th first way you mentioned. If I cd
> > tkinter3000-1.0-20031212, i will be enter the directory witht hte
> > setup.py; for example, it is located as
> > c:\temp\tkinter3000-1.0-20031212\setup.py
> > However, I need to use c:\python23\python setup.py install to process
> > the installation, how did python know where the file of "setup.py"
> > located?
>
> Since a full path was not given for the 'setup.py' file in the second
> line, it will be assumed to be in the current directory which was set
> by the 'cd' command in the first line.
>
> HTH
I tried again and got the follwoing message:
*** cannot find Tcl/Tk headers and library files
    change the TCL_ROOT variable in the setup.py file
but i have already installed TCL under python23



More information about the Python-list mailing list