[Zope-CMF] CMFTypes broken? Tested on windows and Linux

Heimo Laukkanen huima@fountainpark.org
Mon, 16 Sep 2002 21:16:41 +0300


I just tried to use CMFTypes on windows and linux box without any 
luck. I got both installed to the Zope so that they produced no errors 
to Control Panel. On windows it required the installation of win32com 
module.

However on both boxes the installation itself ( CMFTypes.Install ) did 
not work.

Any ideas - who has it working?

Tracebacks below:

Traceback (innermost last):
   File C:\PROGRA~1\WebSite\lib\python\ZPublisher\Publish.py, line 
150, in publish_module
   File C:\PROGRA~1\WebSite\lib\python\ZPublisher\Publish.py, line 
114, in publish
   File C:\PROGRA~1\WebSite\lib\python\Zope\__init__.py, line 159, in 
zpublisher_exception_hook
     (Object: foobar)
   File C:\PROGRA~1\WebSite\lib\python\ZPublisher\Publish.py, line 98, 
in publish
   File C:\PROGRA~1\WebSite\lib\python\ZPublisher\mapply.py, line 88, 
in mapply
     (Object: typpe)
   File C:\PROGRA~1\WebSite\lib\python\ZPublisher\Publish.py, line 39, 
in call_object
     (Object: typpe)
   File 
C:\PROGRA~1\WebSite\lib\python\Products\ExternalMethod\ExternalMethod.py, 
line 205, in __call__
     (Object: typpe)
     (Info: ((), {}, None))
   File C:\Program 
Files\WebSite\lib\python\Products\CMFTypes\Extensions\Install.py, line 
51, in install
     (Object: foobar)
   File C:\Program 
Files\WebSite\lib\python\Products\CMFTypes\Extensions\Install.py, line 
45, in loadTypes
     (Object: foobar)
   File C:\Program 
Files\WebSite\lib\python\Products\CMFTypes\Extensions\utils.py, line 
63, in installTypes
     (Object: foobar)
   File C:\Program 
Files\WebSite\lib\python\Products\CMFTypes\Extensions\utils.py, line 
20, in install_validation
     (Object: foobar)
AttributeError: (see above)

And on linux:

<!--
Traceback (innermost last):
   File 
/home/customers/huima/Zope-2.5.1-linux2-x86/lib/python/ZPublisher/Publish.py, 
line 150, in publish_module
   File 
/home/customers/huima/Zope-2.5.1-linux2-x86/lib/python/ZPublisher/Publish.py, 
line 114, in publish
   File 
/home/customers/huima/Zope-2.5.1-linux2-x86/lib/python/Zope/__init__.py, 
line 159, in zpublisher_exception_hook
     (Object: portaali)
   File 
/home/customers/huima/Zope-2.5.1-linux2-x86/lib/python/ZPublisher/Publish.py, 
line 98, in publish
   File 
/home/customers/huima/Zope-2.5.1-linux2-x86/lib/python/ZPublisher/mapply.py, 
line 88, in mapply
     (Object: Types)
   File 
/home/customers/huima/Zope-2.5.1-linux2-x86/lib/python/ZPublisher/Publish.py, 
line 39, in call_object
     (Object: Types)
   File 
/home/customers/huima/Zope-2.5.1-linux2-x86/lib/python/Products/ExternalMethod/ExternalMethod.py, 
line 205, in __call__
     (Object: Types)
     (Info: ((), {}, None))
   File 
/home/customers/huima/Zope-2.5.1-linux2-x86/lib/python/Products/CMFTypes/Extensions/Install.py, 
line 51, in install
     (Object: portaali)
   File 
/home/customers/huima/Zope-2.5.1-linux2-x86/lib/python/Products/CMFTypes/Extensions/Install.py, 
line 45, in loadTypes
     (Object: portaali)
   File 
/home/customers/huima/Zope-2.5.1-linux2-x86/lib/python/Products/CMFTypes/Extensions/utils.py, 
line 63, in installTypes
     (Object: portaali)
   File 
/home/customers/huima/Zope-2.5.1-linux2-x86/lib/python/Products/CMFTypes/Extensions/utils.py, 
line 20, in install_validation
     (Object: portaali)
AttributeError: (see above)


-huima