Why I type either $ python install.py or python install.py I get the following error:
 
>>> $ python install.py
SyntaxError: invalid syntax
>>>
 
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. May be I am missing something. Do I have to integrate Python and Webware to talk to each other.
 
Regards,
 
Maru
----- Original Message -----
Sent: Sunday, March 14, 2004 8:59 PM
Subject: RE: [Webware-discuss] Installing Webware

no.. Just type python install.py on shell prompt.
 
$ python install.py
 
Such as above. If you want make working directory. Just type on shell prompt
 
$ python bin/MakeAppWorkDir ....
 
 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mulugeta Maru
Sent: Monday, March 15, 2004 12:01 PM
To: Webware
Subject: [Webware-discuss] Installing Webware

I am not sure what I have to do when it says that "Run python install.py". Does it me open install.py using the Python Shell and run it?
 
How about creating a working directory. It says "python bin/MakeAppWorkDir.py /path/to/workdir". Is it the same as opening MakeAppWorkDir.py using Python Shell and run it?
 
Regards,
 
Maru

Reply via email to