[mod_python] mod_python article

Jorey Bump list at joreybump.com
Wed Nov 9 15:55:47 EST 2005


Joshua D. Drake wrote:
> Hello,
> 
> I wrote a brief introduction to mod_python/psp over at DevX about a 
> month ago. I am by no means an expert Python guy but I thought it may be
> useful for people new to mod_python. The article can be found here and I 
> hope it is helpful.
> 
> http://www.devx.com/webdev/Article/29357

I see a few problems with your Publisher example:

1. Replace AddHandler with SetHandler in your example configuration.

2. Provide the name of your published module.

3. Use a return statement instead of req.write().


More information about the Mod_python mailing list