On Sun, Apr 10, 2005 at 05:01:03PM -0700, Gus Wirth wrote: > But it still doesn't solve the Windows problem of having to download or > bundle a bunch of stuff just to get a simple web server.
That example is in Python, so as with any Python code you'd have to use something like py2exe or py2app to create a distributable exe or app bundle. There's nothing preventing the creation of click and run windows/os x/linux apps, all the neccessary tools are there. Dave Cook -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg
