It seems my issues are not over. Once again, a clean Plone 2.5.2 and Zope 2.9.7 w/ Five 1.4.2. Plone starts ok (in debug mode), but the listen component isn't available for installation. The products which got installed were: * MailBoxer (SVN r43567) * OFolder (SVN r43567) * ManagableIndex (SVN r43568) * plone.app.form (SVN r15308) * plone.mail (SVN r15308)
I've put "<include package="plone.mail" />" like stanzas into the appropriate files. Listen is mentioned in the zope startup, but not anything useful: 2007-06-12 21:16:03 WARNING Init Class Products.listen.content.mail_message.MailMessage has a security declaration for nonexistent method 'from_addr' 2007-06-12 21:16:03 WARNING Init Class Products.listen.content.mail_message.MailMessage has a security declaration for nonexistent method 'date' 2007-06-12 21:16:03 WARNING Init Class Products.listen.content.mail_message.MailMessage has a security declaration for nonexistent method 'subject' Is there anything I should check to try to debug why this isn't installing properly? Thanks Nigel On Sat, 2007-06-09 at 12:14 +1000, Nigel Sim wrote: > Well spotted. I upgraded to Five 1.4 and everything fell into place. I > was actually following (largely) the README.txt file in trunk which > said I needed Five 1.2, but upon closer reading of the website hosted > install instructions I see it does mention Five 1.4 > > Many thanks > > Nigel > > On Fri, 2007-06-08 at 19:08 -0700, Rob Miller wrote: > > > may be unrelated, but what version of Five do you have? IIRC, by default > > you'd have Five 1.3.something, when you actually will need a Five 1.4 > > version. > > > > -r > >
