Greg Conway writes: > I'm trying to initialise zcom, to try and perform a mail merge with word! > ... > File "/home/zope/2.5.0/lib/python/zcom.py", line 16 > def init(): > ^ > SyntaxError: invalid syntax Maybe "tab" versus "blank" problem (stupid Python indentation), maybe some strange characters at the end of line 15. Dieter