Hello!
I just started using Quixote and love it! I'd like to let you know about
a bug in mod_python_handler.py in 1.0b1. On line 70, which currently
reads:
config.read_file(self, configfile)
should read:
config.read_file(configfile)
Regards,
Eric