Graham Dumpleton wrote:
Handler modules in your document tree is done all the time, you can't avoid it with mod_python.publisher and most other systems.
I think you misunderstand why I'm saying, or maybe I misuderstood Nicolas. By "Handler" modules I mean your modules that implement accesshandler, authenhandler, handler, etc. mod_python.publisher is one such module. vampire is another. At least that's what I understand you to be importing in the context of this statment:
> I've understood you point, but there is a difficulty in judging from a > PythonHandler directive whether the handler should be loaded as a > standard Python module, from the sys.path, or as a dynamic Python > module, from the document tree. Nick