[Zope] ZClient Error!

Dieter Maurer dieter at handshake.de
Wed Dec 29 13:56:02 EST 2004


Shashank Ashtikar wrote at 2004-12-29 09:59 +0530:
>> Look into your "error_log" object (in Zope's "Root Folder")
>> to learn more about this problem!
>> 
>
>Error log does not have any errors concerned with this. I think this
>error is coming even before a call to the script is being made.

You are right. The exception happens in "Client.py" and not the
server.

I would temporarily add a "raise" before line 154.

  This would give you a full traceback in the client code.
  With it, you may be able to fix the problem.

-- 
Dieter


More information about the Zope mailing list