R: Quixote redirect issues

"Daniele Varrazzo" <[email protected]>
Newsgroups gmane.comp.web.quixote.user
Message-ID <[email protected]>
> 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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.