Frustrated with mod_python: is there any complete documentation out there?
The official documentation from mod_python is virtually useless. Even a list of classes and functions and how they work would be great.
The official documentation from mod_python is virtually useless. Even a list of classes and functions and how they work would be great.
[+] [-] micktwomey|18 years ago|reply
mod_wsgi (http://code.google.com/p/modwsgi/) is rapidly becoming popular, it's an implementation of the python wsgi spec which has a plethora of toolkits and libraries available.
If you want to go low level I'd recommend mod_wsgi + a library like webob. Otherwise I recommend django on top of mod_python (or mod_wsgi).
[+] [-] briansmith|18 years ago|reply
[+] [-] ra|18 years ago|reply
[+] [-] simonw|18 years ago|reply
[+] [-] thingsilearned|18 years ago|reply
Try Django? I think you'll be much happier.
[+] [-] inklesspen|18 years ago|reply