durusmail: quixote-users: Quixote redirect issues
Quixote redirect issues
2005-09-29
2005-09-29
Quixote redirect issues
Daniele Varrazzo
2005-09-30
> I'm trying to learn how to set up my own Quixote applications. I've
> gotten the demo working, and it works just fine (using mod_python).

Hi,

can i suggest you a powerful method to untangle yourself while learning
Quixote? Don't use mod_python to run your application while developing and
even more while learning. Positively use Medusa; you can switch to
mod_python on testing/production, and it will be straightful.

Using Medusa you will be able to set pdb breakpoints in your application and
in Quixote itself, and unwind the traversal processing step by step. Quixote
is very short and easy to master if examined while running. Trying to do it
with a remote debugger is really painful and unreliable, and for a long time
it will appear like a black box full of magic.

Have a nice time.

Daniele

reply