James provides a very simple multi-threaded WSGI server implementation based on the HTTPServer from Python's standard library.
Name Description
Parent Directory
dist/ Download James
trac/
documentation.html User Documentation
To can get James eighter from the download page or via subversion from
svn co http://wsgiarea.pocoo.org/repos/james/trunk/ james
To install James you should use the egg:
easy_install James-X.Y-py2.4.egg
If you don't have an egg because you downloaded the svn version you can build yourself an egg:
python setup.py bdist_egg