standalone python web server

Tim Chase python.list at tim.thechases.com
Thu Dec 27 09:18:26 EST 2007


> Actually, I've considered to use django, however it required to run
> command (which I don't have right to do it)
>     python setup.py install
> 
> Btw, is it possible to use without running setup.py ?

Yes, it's quite possible...Django is pure Python, so you just have to 
have its directory in your runtime path.  I've got several machines that 
have never used "setup.py install" to get Django...I just use a SVN 
checkout, but an untar/gzip would do just as well.

-tkc






More information about the Python-list mailing list