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

Benjamin Saller ben@abstractedge.com
Mon, 16 Sep 2002 14:37:21 -0400


My _guess_ is that you are not using a 1.0a4+ version of Plone or that the
external method is not being called from that Plone site properly. If
neither of these is true then we should talk and I might be able to help you
get it working.


-----Original Message-----
From: zope-cmf-admin@zope.org [mailto:zope-cmf-admin@zope.org]On Behalf
Of Heimo Laukkanen
Sent: Monday, September 16, 2002 2:17 PM
To: zope-cmf@zope.org
Subject: [Zope-CMF] CMFTypes broken? Tested on windows and Linux


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/ExternalMeth
od/ExternalMethod.py,
line 205, in __call__
     (Object: Types)
     (Info: ((), {}, None))
   File
/home/customers/huima/Zope-2.5.1-linux2-x86/lib/python/Products/CMFTypes/Ext
ensions/Install.py,
line 51, in install
     (Object: portaali)
   File
/home/customers/huima/Zope-2.5.1-linux2-x86/lib/python/Products/CMFTypes/Ext
ensions/Install.py,
line 45, in loadTypes
     (Object: portaali)
   File
/home/customers/huima/Zope-2.5.1-linux2-x86/lib/python/Products/CMFTypes/Ext
ensions/utils.py,
line 63, in installTypes
     (Object: portaali)
   File
/home/customers/huima/Zope-2.5.1-linux2-x86/lib/python/Products/CMFTypes/Ext
ensions/utils.py,
line 20, in install_validation
     (Object: portaali)
AttributeError: (see above)


-huima



_______________________________________________
Zope-CMF maillist  -  Zope-CMF@zope.org
http://lists.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests