26 Sep
2002
26 Sep
'02
4:06 p.m.
On Thursday 26 September 2002 17:19, Chris McDonough wrote:
See http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/Sessions.stx
Yes, but this appears when I self.manage_addBlah(...) in my Zope Product and I see it not in debug log-file or console (as documentation sais) but I see Zope Error... :( -- Regards, Bogdan import xmlrpclib srv = xmlrpclib.Server('http://www.microsoft.com/') for employee in srv.MainDepartment.personnel():srv.fireEmployee(employee) -- found in Python XML-RPC example