[Zope] Erro in XML RPC

Dieter Maurer dieter@handshake.de
Fri, 10 Jan 2003 21:31:52 +0100


zope wrote at 2003-1-10 20:55 +0530:
 > ...
 > ERROR:
 > sys.append('/Software/Python-2.2.2/python')
 > Traceback (most recent call last):
 >   File "<stdin>", line 1, in ?
 > AttributeError: 'module' object has no attribute 'append'
 > >>> sys.append
Almost surely, this should be "sys.path" rather than "sys".


Dieter