On Mon, 08 Oct 2001 11:45:25 -0700, you wrote: >The first alpha of Webware 0.6 is hereby released. > >You can find it at: > http://chuckesterbrook.com/python/webware/Webware-0.6a1.tar.gz > >Please report all problems to [EMAIL PROTECTED] >Include Webware ver, Py ver, web server ver, op sys ver and browser ver. If >running the app server, please specify flavor and adapter. > >After unpacking, read and follow the _README. > >If I don't hear of any major problems by late tonight, I will make this a >file release on sourceforge and announce it on the Webware home page with a >download link and news blurb. > >Admittedly, the release notes in 0.6a1 are very weak. However, the software >is near final, so I would appreciate any and all testing. > > >http://chuckesterbrook.com/python/webware/Webware-0.6a1.tar.gz > Hi,
I'm getting some import errors when calling: http://localhost/WebKit.cgi/Examples/View?filename=Welcome.py Traceback (most recent call last): File "WebKit/Application.py", line 341, in dispatchRequest self.handleGoodURL(transaction) File "WebKit/Application.py", line 489, in handleGoodURL self.respond(transaction) File "WebKit/Application.py", line 610, in respond transaction.respond() File "WebKit\Transaction.py", line 93, in respond self._servlet.respond(self) File "D:\Webware\WebKit\Examples\Colorize.py", line 31, in respond from WebKit.DocSupport import py2html ImportError: No module named DocSupport sys.path ['', 'D:\\Python21\\Pythonwin', 'D:\\Python21\\win32', 'D:\\Python21\\win32\\Lib', 'D:\\Python21', 'D:\\Python21\\DLLs', 'D:\\Python21\\lib', 'D:\\Python21\\lib\\plat-win', 'D:\\Python21\\lib\\lib-tk', 'D:\\Python21\\PPM', 'D:\\Webware', 'D:\\Webware\\WebKit\\Cache\\PSP'] Activestate ActivePython ver 2.1.1/Apache 1.3.20/IE 5.5 filename D:\Webware\WebKit\Examples\Welcome.py I get this error using the cgi module but it also doesn't work with the asynchttpserver. And another import error when starting the appserver.bat file: Loading plug-in: MiddleKit at D:\Webware\MiddleKit WARNING: Cannot locate MiddleKit\WebBrowser. Hope this is enough information. Cheers, Vincent _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
