AW: AW: [Zope] Long running process
Dieter Maurer
dieter@handshake.de
Thu, 17 Jul 2003 21:03:28 +0200
Florian Reiser wrote at 2003-7-17 08:10 +0200:
> what could it be?
> If I execute the same script on my local development machine, everything
> works fine.
> If I transfer it to the customer and try it there, it shows the
> described behavior.
Unfortunately, I am no oracle...
When I face unexplainable behaviour, I start using a debugger.
I use "pdb" but a more menu oriented debugger like
"WingIDE" (commercial) might be more adequate for you.
Dieter