Shi Mu wrote:
> On 11/11/05, Fredrik Lundh <[EMAIL PROTECTED]> 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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to