> 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 -- http://mail.python.org/mailman/listinfo/python-list