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