[Webware-discuss] Problem with launch.py

2004-07-26 Thread Mark Phillips
Warning: the Newbie continues... With help from this list I have succeeded in testing Webware using localhost. This weekend I attempted to move the project to a live server to continue to testing and learning. The server is SME Server 6.0 (RedHat 7.3). I updated Python to 2.3.4. I copied

Re: [Webware-discuss] Problem with launch.py

2004-07-26 Thread Mark Phillips
On Jul 26, 2004, at 9:30 AM, Mark Phillips wrote: On Jul 25, 2004, at 11:48 PM, Max Ischenko wrote: Make sure you're using correct version of Python interpreter. Thanks, Max. I simply typed ./AppServer at the shell prompt. How do I invoke python2.3 when launching AppServer? FYI... There are three

Re: [Webware-discuss] Problem with launch.py

2004-07-26 Thread CLIFFORD ILKAY
At 09:48 AM 26/07/2004 +0300, Max Ischenko wrote: Mark Phillips wrote: When I attempt to invoke AppServer, I get the following message: Traceback (innermost last): File Launch.py, line 34, in ? main(sys.argv) File Launch.py, line 13, in main if arg.startswith('--webware-path='):