eric napisaƂ(a):

> 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).

Look at SimpleHTTPServer in standard library.

> 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?

You'd have to write it on your own anyway if you do not want to use
ready-made server software like lighttpd or nginx.

-- 
Jarek Zgoda
Skype: jzgoda | GTalk: [EMAIL PROTECTED] | voice: +48228430101

"We read Knuth so you don't have to." (Tim Peters)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to