[Zope-CMF] error moving a CMF product from a mac to a linux box

Dieter Maurer dieter@handshake.de
Sun, 1 Sep 2002 22:54:50 +0200


Aaron Payne writes:
 > I'm having a bit of trouble moving a cmf file system
 > product from a Mac OSX Zope (Zope 2.5.1, CMF 1.3) to a
 > Linux Zope (Zope 2.5.1, CMF 1.3).  When I try to add
 > an instance of the product I receive an error stating,
 > "object of type 'None' is not callable."  Of course,
 > it worked fine on the Mac and is broken on the Linux
 > box.
 > ...
 > Error Type: TypeError
 > Error Value: object of type 'None' is not callable
 > Traceback (innermost last):
 > ...
 >   File
 > /usr/local/zope/Zope-2.5.1/lib/python/Products/CMFCore/WorkflowCore.py,
 > line 79, in __call__
 >     (Object: setFormat)
 > TypeError: (see above)
Activate Zope logging (see "doc/LOGGING.txt").
Lock into the log file.


Dieter