eric <[EMAIL PROTECTED]> 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 -- http://mail.python.org/mailman/listinfo/python-list