[mod_python] Quixote 2.0 and mod_python

Graham Dumpleton grahamd at dscpl.com.au
Mon Mar 6 18:23:23 EST 2006


Orr, Steve wrote ..
> Cross posting from the Quixote list:

The address from Quixote seems to have dissappeared.

> The commented out directives are what's set while in "development mode"
> and the uncommented values are what needs to be implemented in
> production. In the beginning of our development effort I tested the
> production settings and all was well but now I'm getting import problems
> and lots of inconsistent page behavior. (Everything works fine in
> "development mode.") Most of the inconsistencies relate to passing
> request object data between pages and I suspect it's related to the
> import issues.  
> 
> Pointers from those familiar with Quixote/mod_python implementations
> greatly appreciated.

Not that it will help, but what version of mod_python are you using?

Can you also give the bit of the Apache configuration which triggers
use of Quioxite. Ie., PythonHandler etc.

Anyway, I suspect that you might be hitting some of the known issues with
the module importer. You can read about them at:

  http://www.dscpl.com.au/articles/modpython-003.html

Would need to investigate how, if it does, Quioxite uses the mod_python
module importer.

Are you able to describe the problems and/or errors that may be arising
further? Do you you use the mod_python apache.import_module() function
explicitly?

Graham


More information about the Mod_python mailing list