Koozali.org: home of the SME Server

Webware, iBays and a python error.

Offline mophilly

  • *
  • 384
  • +0/-0
    • Mophilly
Webware, iBays and a python error.
« on: July 26, 2004, 05:00:15 PM »
I have set up a Webware applicaiton in an iBay. When I launch the Webware AppServer I get a python error...

Code: [Select]
Traceback (innermost last):
  File "Launch.py", line 34, in ?
    main(sys.argv)
  File "Launch.py", line 13, in main
    if arg.startswith('--webware-path='):
AttributeError: 'string' object has no attribute 'startswith'


This setup worked fine on my MacOS X box using "localhost". This error was raised on the SME Server box.

Is it possible there is a problem with file permissions? The Webware application needs to be able to write to selected directories. Here is sample from the working directory for this application.

Code: [Select]
-rwxr-xr-x    1 root     consulta      192 Jul 25 23:26 AppServer
drwxrws---    2 root     consulta     4.0k Jul 25 09:29 Cache
drwxrws---    2 root     consulta     4.0k Jul 25 23:28 cgi-bin


Any ideas, suggestions or links are grealy appreciated.

 - Mophilly
- Mark