[Zope] namespace problems

Gary Lowder gary@lowder.com
Sun, 28 Jan 2001 18:22:15 -0600


with your line dropped in,
my python script still gives me:

Error Type: AttributeError
Error Value: RESPONSE

I'm passing variables via a <form action...>,
how do I let python access that namespace?

Thanks,
Gary.

Chris Withers wrote:
> 
> > How would I do the URL redirect using an equivalent to the
> > <dtml-call "RESPONSE.redirect(URL1)">   that's in the DTML Method below?
> 
> context.RESPONSE.redirect(URL1)
> 
> cheers,
> 
> Chris