Re: Mod Python Question

2007-05-08 Thread Daniel Nogradi
> I am very new to Python and Mod_Python and I am running into what > looks like a caching problem. > > I have the following code: > --- > from mod_python import apache > from folder import Messenger > > def handler(req): > > msg = Messenger(req): > > # using req

Mod Python Question

2007-05-08 Thread descartes
I am very new to Python and Mod_Python and I am running into what looks like a caching problem. I have the following code: --- from mod_python import apache from folder import Messenger def handler(req): msg = Messenger(req): # using req.write msg.write("hel