On Wed, 20 Sep 2000, Philipp Auersperg wrote:
> Just for information:
>
> I also have this problem also with Zope 2.2.1 under Linux AND Windows.
> the Windows Zope was a fresh installation.
>
> I get the same message as Julio:
>
> thanks
>
> phil
>

i think this is caused by a missing comma (,) in ZDBase/ZDiscussion.py

zope 2.2.1 tickled this, and can be solved by adding in the comma.

line 131
change 
                          'manage_changeProperties',))
        )   
to
                          'manage_changeProperties',)),
        )   

not sure why it worked on zope < 2.2.1.  mebbe someone can enlighten me :)
-- 

http://www.kedai.com.my/kk 
http://www.kedai.com.my/eZine 

use Zope?  then you got HOPE!


_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to