standalone python web server
Jason Earl
jearl at xmission.com
Thu Dec 27 14:46:16 EST 2007
eric <yung2004 at gmail.com> writes:
> 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?
CherryPy has a built in web server that can be installed without admin
rights (it is pure Python), and can easily be configured to serve up
static files.
Just something to think about.
Jason
More information about the Python-list
mailing list