Re: [Webware-discuss] Installing Webware

2004-03-15 Thread Mulugeta Maru
1: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

RE: [Webware-discuss] Installing Webware

2004-03-14 Thread Ben Parker
---From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Mulugeta MaruSent: Sunday, March 14, 2004 8:48 PMTo: Choe, Cheng-Dae; 'Webware'Subject: Re: [Webware-discuss] Installing Webware Why I type either $ python install.py or python install.py I get

Re: [Webware-discuss] Installing Webware

2004-03-14 Thread Jason Hildebrand
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

Re: [Webware-discuss] Installing Webware

2004-03-14 Thread Mulugeta Maru
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    

RE: [Webware-discuss] Installing Webware

2004-03-14 Thread Choe, Cheng-Dae
: Monday, March 15, 2004 12:01 PMTo: WebwareSubject: [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 director

[Webware-discuss] Installing Webware

2004-03-14 Thread Mulugeta Maru
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

RE: [Webware-discuss] Installing Webware 0.8

2003-03-05 Thread Geoffrey Talvola
You shouldn't have had to download anything extra; Webware 0.8 contains mod_webkit.dll compiled for both Apache 1.3.X and Apache 2.X. Be sure you're using the right one for your version of Apache. Look in /WebKit/Adapters/mod_webkit or /WebKit/Adapters/mod_webkit2 for the 2 versions. If you have

[Webware-discuss] Installing Webware 0.8

2003-03-05 Thread Thomas Dennehy
I could not find this topic addressed in any FAQ or in the newsgroup archive, hence this post.   I am trying to install Webware 0.8 for Windows (XP). Everything has gone well, except for configuring apache to load the mod_webkit.dll module. The load fails, presumably due to a dependent mo

Re: [Webware-discuss] Installing Webware.

2002-10-30 Thread Jason Hildebrand
On Wed, 2002-10-30 at 16:56, Tom Harris wrote: > Greetings, > > I am about to try a real application using MiddleKit. What I want to do is > to install the Webware distribution under python/Lib/site-packages, but have > my app code in an unrelated directory, as this fits in with my existing > buil

[Webware-discuss] Installing Webware.

2002-10-30 Thread Tom Harris
Greetings, I am about to try a real application using MiddleKit. What I want to do is to install the Webware distribution under python/Lib/site-packages, but have my app code in an unrelated directory, as this fits in with my existing build system, and I can cleanly seperate files from a distribut