On Dec 27, 7:41 am, eric <[EMAIL PROTECTED]> wrote: > Hi all, > > I want to setup simple python web server and I want it to just unzip > and run, without any installation steps (have no right to do it). > > I've tried to write by myself, however, I find I am getting into more > details like processing image file, different file type(like FLV) .. > etc. Any recommendation or tools suggested for me? > > Thanks, > Eric
Django[1], has an internal webserver, you might wanna take a look into it, as to how it's done. Other than that, Twisted[2], makes it pretty easy to write one. [1] http://www.djangoproject.com [2] http://twistedmatrix.com -- http://mail.python.org/mailman/listinfo/python-list