This is Toboso, a demo application for Dulcinea.

Installation:

Install python (version 2.4 or above may be required).
Install apache (1.3* or 2* should work).

Read the Toboso-0.10/etc/dist.py script.  Note that it downloads
tarballs for Toboso-0.10, and also the matching versions of Quixote,
Dulcinea, and related packages for running the Toboso application.
The script unpacks the tarballs, and runs the python setup.py files in
each package to install all of them (using distutils) in the python
site-packages and bin directories.  The installation of the python
packages required for running the Durus and scgi servers should be
fairly reliable.  The trickier part is in getting Apache to use
mod_scgi to communicate with the scgi server.  The recommended
customization method is to edit the conf/site.conf and
conf/apache/apache-global.conf files as required for your server.  We
use mod_scgi for our applications, but you might also want to consider
using the cgi2scgi program that is in the scgi distribution.
Since this uses plain cgi instead of an apache module, the
configuration is a little simpler and more portable.

Dulcinea's opendb script will work much better if you
install the pyrepl package, available at
http://codespeak.net/pyrepl/

The PIL package, from http://www.pythonware.com,
is used in Dulcinea's attachment package to generate
thumbnail images.





