> 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
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