I had difficulties to install WebKit on a IIS 5.0 (Win 2k professional).
Python 2.0 and Python for CGI on IIS 5.0 works fine.
I install WebWare 0.5.1rc3.

I followed the WebKit Install Guide step by step

In a first time, the simple webserver provided with WebKit 
"python Launch.py AsyncThreadedHTTPServer" works perfectly 
and I tested the http://localhost:8086

I installed WebWare with "install.py", OK

I executed the "adsutil.vbs" script to modify the IIS settings.

I renamed "WebKit.cgi" to "WebKit.py" and I added "import socket" in
this file.
I changed "WebKitDir = none" to WebwareDir = 'C:/Inetpub/webware/WebKit'

I used the Standalone utility "python ../Standalone.py WebKit.py" and I
got an "WebKit.exe".

Now when I launch "AppServer.bat" I have this message:

-------------------------------------------------------------------
C:\Inetpub\webware\WebKit\AppServer.bat

C:\Inetpub\webware\WebKit>
python Launch.py ThreadedAppServer
[Wed Jul 04 17:35:38 2001] [error] WebKit: Error in adapter
Error while executing script
Traceback (most recent call last):
  File "c:\inetpub\webware\webkit\WebKit.py", line 16, in ?
    import WebKit.CGIAdapter
ImportError: No module named CGIAdapter
Content-type: text/html

<html><body>
<p>ERROR
<p><pre>Traceback (most recent call last):
  File &quot;c:\inetpub\webware\webkit\WebKit.py&quot;, line 16, in ?
    import WebKit.CGIAdapter
ImportError: No module named CGIAdapter
</pre>
</body></html>
Traceback (most recent call last):
  File "C:/Inetpub/webware/WebKit\Launch.py", line 25, in ?
    main(sys.argv)
  File "C:/Inetpub/webware/WebKit\Launch.py", line 20, in main
    exec code
  File "<string>", line 1, in ?
  File "WebKit\ThreadedAppServer.py", line 19, in ?
    from AppServer import AppServer
  File "WebKit\AppServer.py", line 16, in ?
    from Application import Application
  File "WebKit\Application.py", line 5, in ?
    from ExceptionHandler import ExceptionHandler
  File "WebKit\ExceptionHandler.py", line 6, in ?
    from HTTPResponse import HTTPResponse
  File "WebKit\HTTPResponse.py", line 3, in ?
    from WebKit.Cookie import Cookie
ImportError: No module named Cookie

------------------------------------
Could you help me ?

Gilles

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

Reply via email to