[ Sourceforge seems to be rejecting messages from my other account for some
reason.  If this messages gets to you more than once, my apologies.]


Hi all,

Is anybody using ModPythonAppServer to run WebKit?  I havn't been able to
get it to work, when I connect to the configured URL I get an exception from
mod_python:

...
  File "C:/projects/Sliceware/sw2/3rdParty/Webware\WebKit\Application.py",
line 24, in ?
    from TaskKit.Scheduler import Scheduler

  File "../3rdParty/Webware\TaskKit\Scheduler.py", line 20, in ?

ImportError: Cannot re-init internal module exceptions



If I comment out the import of exceptions in Scheduler.py and also in
ASStreamOut.py then I get this:

...
  File
"c:/projects/sliceware/sw2/3rdParty/Webware/WebKit\ModPythonAppServer.py",
line 131, in __init__
    self._AppServer=InProcessAppServer(workDir)

  File "C:/projects/Sliceware/sw2/3rdParty/Webware\WebKit\AppServer.py",
line 56, in __init__
    self.loadPlugIns()

  File "C:/projects/Sliceware/sw2/3rdParty/Webware\WebKit\AppServer.py",
line 198, in loadPlugIns
    plugIn = self.loadPlugIn(plugInPath)

  File "C:/projects/Sliceware/sw2/3rdParty/Webware\WebKit\AppServer.py",
line 167, in loadPlugIn
    self.error('Plug-in %s raised exception.' % path)

  File "C:/projects/Sliceware/sw2/3rdParty/Webware\WebKit\AppServer.py",
line 248, in error
    sys.exit(1)  # @@ 2000-05-29 ce: Doesn't work. Perhaps because of
threads

SystemExit: 1



and in Apache's error log I find this:

Traceback (most recent call last):
  File "C:/projects/Sliceware/sw2/3rdParty/Webware\WebKit\AppServer.py",
line 163, in loadPlugIn
    plugIn.install()
  File "../3rdParty/Webware\WebKit\PlugIn.py", line 100, in install
    self._module.InstallInWebKit(self._appServer)
  File "../3rdParty/Webware\PSP\__init__.py", line 10, in InstallInWebKit
  File "C:/projects/Sliceware/sw2/3rdParty/Webware\WebKit\Application.py",
line 669, in addServletFactory
    assert isinstance(factory, ServletFactory)
AssertionError:
ERROR: Plug-in c:\projects\sliceware\sw2\3rdParty\Webware\PSP raised
exception.


At this point I get lost.  BTW, It works just fine with ModPythonAdapter and
all the other access mechanisms I've tried.

--
Robin Dunn
Software Craftsman
[EMAIL PROTECTED]       Java give you jitters?
http://wxPython.org      Relax with wxPython!







_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to