I read in this mailing list that peoples have problems to install WebKit on IIS5.0. This is a short explanation: ---- Install software - Install Python 2.1 from: "http://www.python.org/2.1/" - Download WebWare 0.5.1.rc3 from: "http://webware.sourceforge.net/" - Unzip WebWare (in this example on "C:\Inetpub\webware") - Run the following command into the WebWare directory to install WebWare : "python install.py" ---- Create a new Virtual directory - Use the management tool (in this example, the path of the virtual directory is "C:\Inetpub\webware" and the name of the virtual directory is "webware") - Check the properties of this virtual directory (read permissions and execute permissions: "script only") - Click on configurations to add mapping for ".py" and ".cgi" to your "python.exe" ---- Configure IIS to handle PATH_INFO and PATH_TRANSLATED - Run the following command (by default the script is located on "C:\Inetpub\AdminScripts"): "cscript adsutil.vbs SET W3SVC/1/AllowPathInfoForScriptMappings 1" ---- Modify variable in "WebKit.cgi" - "WebwareDir" variable in "WebKit.cgi" is by default to "None" ("WebKit.cgi" is located with our example on "C:\Inetpub\webware\WebKit") modify it: "WebwareDir + r'C:\Inetpub\webware'" ---- Launch WebKit - On the WebKit directory ("C:\Inetpub\webware\WebKit") type "AppServer" and press return. ---- Test WebKit - On your web browser go to: "http://localhost/webware/WebKit/WebKit.cgi/Examples/index.py" ("/Examples/index.py" is the path of this example from the "WebKit.cgi") _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/webware-discuss
