> Simplicity of installation is very important to me. The requirements >are to create a one-click installer for Windows that will support up >to ten users, with most installs being smaller and many being >stand-alone. I thought this was a good match for a pure Python >implementation. I've had pretty amazing results with using the pure >Python xmlrpc server, for example. > >I'm on a tight budget and would really like to focus my time on >creating a kick-ass Quixote calendar widget, rather than the install >routines. > > > I had very similar requirements. I wanted to prototipe an application, and decided on using a http/html instead of wxWindows so i could finish some demo faster. And a windows installer was a great thing to distribute it or install it on testers and things like that. A pure python http server worked great for this. Lucio.