On Nov 6, 2003, at 12:37 PM, sandra ruiz wrote:
> when i try to start the server running ./AppServer i get this error:
>
> Loading context: Admin at /usr/lib/Webware/WebKit/Admin
> Traceback (most recent call last):
> File "./WebKit/ThreadedAppServer.py", line 592, in run
> server = ThreadedAppServer(workDir)
> File "./WebKit/ThreadedAppServer.py", line 66, in __init__
> AppServer.__init__(self, path)
> File "./WebKit/AutoReloadingAppServer.py", line 43, in __init__
> AppServer.__init__(self,path)
> File "./WebKit/AppServer.py", line 67, in __init__
> self._app = self.createApplication()
> File "./WebKit/AppServer.py", line 171, in createApplication
> return Application(server=self)
> File "./WebKit/Application.py", line 145, in __init__
> self.addContext(i, path)
> File "./WebKit/Application.py", line 874, in addContext
> mod = imp.load_module(name, res[0], res[1], res[2])
> EOFError: EOF read where object expected
>
> Exiting AppServer
Something funny is happening with one of the __init__.py files in your
context. Maybe invalid syntax.
--
Ian Bicking | ianb@... | http://blog.ianbicking.org
|