[Zope] Script hanging....

Dieter Maurer dieter@handshake.de
Sun, 26 Aug 2001 00:36:32 +0200 (CEST)


Rustad, Aaron writes:
 > I am calling a ZSQLMethod from a python script which in turn gets called
 > from an action form and it seams to be hanging on me. 
 > Do I need to redirect the response in this case?
Redirecting would not be bad.

Maybe, it would be sufficient, too, to just return something.
Add "return 'done'" to your script....


Dieter