[Zope-PTK] not all arguments converted error

Igor Poteryaev unclejah@mail.ru
Fri, 23 Mar 2001 01:12:02 +0500


Hi, Sigve.

This is an error in CMFCore 1.0beta. Just replace
                                 % self.getPhysicalPath())
by
                                 % string.join(self.getPhysicalPath(),'/'))
in line 184 of lib/python/Products/CMFCore/PortalContent.py. 

Regards, 

     Igor Poteryaev

--__--__--

Message: 18
Date: Thu, 22 Mar 2001 17:31:54 +0100 (CET)
From: Sigve Tjora <sigve@tjora.no>
To: <zope-ptk@zope.org>
Subject: [Zope-PTK] not all arguments converted error	

Hi!

I use a customized CMF on Zope 2.3beta3 on linux. I think it is the latest
CVS-version of the CMF.

I restarted Zope, and suddenly got this error:
Traceback (innermost last):
š File /home/l/lsalte/zope/lib/python/ZPublisher/Publish.py, line 223, in
publish_module
š File /home/l/lsalte/zope/lib/python/ZPublisher/Publish.py, line 187, in
publish
š File /home/l/lsalte/Zope-2.3.0-linux2-x86/lib/python/Zope/__init__.py,
line 221, in zpublisher_exception_hook
š š (Object: DynamicType)
š File /home/l/lsalte/zope/lib/python/ZPublisher/Publish.py, line 162, in
publish
š File /home/l/lsalte/zope/lib/python/ZPublisher/BaseRequest.py, line 362,
in traverse
š File
C:\Programfiler\Zope23test\lib\python\Products\CMFCore\PortalContent.py,
line 183, in _index_html
š š (Object: DynamicType)
TypeError: not all arguments converted


What does this error mean? I can't find any refrences to the error in the
code. šWhat exacly does DynamicType do? It would have been nice to know,
maybe I could use it smarter if I understood what it does.

mvh Sigve Tjora