Clodoaldo Pinto Neto
clodoaldo.pinto at gmail.com
Tue Oct 24 16:01:24 EDT 2006
I'm using mod_python 3.2.8 in Fedora Core 5 When using the Publisher handler the returned dictionary from Request.hlist is missing a single quote: def index(req): return """\ <html><body> <p>%s</p> </body></html> """ % req.hlist {'handler:'mod_python.publisher','directory':'/var/www/html/teste/python/publisher/','silent':0} The missing single quote should be delimiting the 'handler' key: {'handler Sorry if it has already been fixed in 3.2.10. Regards, Clodoaldo Pinto Neto
|