On Monday 04 February 2002 00:24, Frank St�ss wrote: > Hello everybody, > has anyone tried to 'compile' the whole WebKit thing via py2exe to > a self-running Application?
I've never heard of anyone doing it. Building a standalone distribution is a worthy goal and would help flesh out remaining bugs in WebKit, but it would not be an easy task. It's probably much easier to deal with the security issues you mention and put the catalogue on the web. > The goal is to run eg. AsyncThreadedHTTPServer on a cd without > installing python and it's modules. Remember that AsyncThreadedHTTPServer is no longer part of Webware. It was removed because the 'AsyncThreaded' architecture it was built on was slow, buggy, and noone was interested in maintaining it. Ng's HttpAppServer (http://www.post1.com/home/ngps/webware/HttpAppServer/HttpAppServer-0.1.zip) is a possible replacement. There's also a built-in HTTPServer in the Webware refactoring I've been working on: http://webware.colorstudy.net/twiki/bin/view/Webware/WebwareExpRefactoring Cheers, Tavis _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
