standalone python web server
Jason Earl
jearl at xmission.com
Thu Dec 27 14:46:16 EST 2007
More information about the Python-list mailing list
Thu Dec 27 14:46:16 EST 2007
- Previous message (by thread): ANNOUNCE: Spiff Integrator 0.1
- Next message (by thread): standalone python web server
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): ANNOUNCE: Spiff Integrator 0.1
- Next message (by thread): standalone python web server
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list