----- Original Message -----
Sent: Sunday, March 14, 2004 11:20
PM
Subject: RE: [Webware-discuss] Installing
Webware
These statements should be run in your
computer's command shell, not the python shell. The "$" is not part of
the statement, it is the prefix displayed in the example command
shell.
If
you are running Windows (sounds like you are?), command shell means "DOS
Prompt". You need to open a DOS command shell by running "cmd" or "command"
depending on your Windows OS. Then "cd" to the directory into which
you unpacked Webware and run "python install.py".
If
none of the above makes sense, search google for a tutorial on the command
shell for your operating system. You need to get up to speed on that before
you attempt installing and configuring Webware.
The other install.py file you found has nothing to do with Webware -
it's just a similarly named file in the Python distro.
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
....
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