[mod_python] mod_python publisher framework

Graham Dumpleton grahamd at dscpl.com.au
Fri Apr 28 19:14:28 EDT 2006


On 29/04/2006, at 5:55 AM, Kusmayadi wrote:

> Anybody knows any framework for mod_python.publisher? I know some
> mod_python framework like TurboGears, Cheetah, CherryPy, Aquarium, but
> i see that they're not using mod_python.publisher.

What are you actually after when you say "framework"? The
main distinction between mod_python.publisher and the others
is that mod_python.publisher doesn't provide a builtin
page templating system. You already have access to form
handling, sessions and it also embodies a URL dispatching
mechanism.

Thus, is what you are really after a page templating system?
The only other possibility is that you want database access.
Not sure what else those other packages provide that isn't
achievable in some other way.

Anyway, people using mod_python.publisher often combine it
with mod_python.psp for page templating or various other
third party solutions. Perhaps you want to be more specific.

Graham



More information about the Mod_python mailing list