On Sun, 2004-03-14 at 22:47, Mulugeta Maru wrote:
> 
> Why I type either $ python install.py or python install.py I get the following
> error:

> >>> $ python install.py
> SyntaxError: invalid syntax
> >>>

You need to type the command "python install.py" (no dollar sign) at the
command prompt (not inside the python interpreter).

Aside: On unix the command prompt usually has a dollar sign "$".  A lot
of documentation uses this to indicate that you'd type that line in at
the command prompt, so you should get used to seeing this.  If the
documentation were windows-centric it would look like:

C:\> python install.py

For this command to work, the "python" program needs to be in your path.  If
you don't know what I mean "path" you have some reading to do; the
following page may be useful:
    http://www.mhuffman.com/notes/dos/dos.htm#PATH

> There are two install.py files in two different directories:
>  
> Python23\Lib\distutils\command
>  
> and
>  
> Webware

> I thought we have to run the install.py that is found in Webware. 

You are correct.  Change into your webware directory before typing the above
command, so that the webware install.py is the one that is executed.

Hope this helps,
Jason



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to