[mod_python] web app framework suggestions?

Gregory (Grisha) Trubetskoy grisha at modpython.org
Wed Feb 13 13:03:20 EST 2002


On Wed, 13 Feb 2002, Lewis Bergman wrote:

> mod_python will not directly run a class - I know this is in the manual but I
> didn't catch on to a module being the same thing as a class for some reason.
> I remember something about security about this in the manual so we won't go
> on about inconvenience here.

Not sure what you mean by "running a class", mod_python will instantiate a
class if you specify it as part of a handler. I personally don't see any
value in using class methods as handlers.

Anyway, have you tried using the Publisher standard handler?

Grisha





More information about the Mod_python mailing list