standalone python web server

Panos Laganakos panos.laganakos at gmail.com
Thu Dec 27 03:52:24 EST 2007


On Dec 27, 7:41 am, eric <yung2... at gmail.com> 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



More information about the Python-list mailing list