Gossip 1.0 add on and Plone 3

2 messages Options
Embed this post
Permalink
little spider () Gossip 1.0 add on and Plone 3
Reply Threaded More More options
Print post
Permalink
Hi people
My add on product intallation failed. I'm following the troubleshouting but now I can't understand my error!!

First in my log file I saw "No module named CMFCorePermissions" and I foun in this forum to modify the string CMFCorePermissions to permissions.

But now I see "No module named migrate" and I cant find the solution.

Is it possible to install Gossip 1.0 in Plone 3.3.1?

Thanks
cewing () Re: Gossip 1.0 add on and Plone 3
Reply Threaded More More options
Print post
Permalink
little spider wrote:
But now I see "No module named migrate" and I cant find the solution.
Migration code is no longer included in the plone distribution by default.  You can include the package in your buildout.  There have been numerous posts to this and other plone lists about this, so you should be able to google to find it.

little spider wrote:
Is it possible to install Gossip 1.0 in Plone 3.3.1?
The last time the gossip package was updates was in 2006, for plone 2.5.  It does not appear that the package is maintained any longer.  You could certainly try to contact the product author directly to see if there is any plan to update Gossip to work in plone 3.x.  If that doesn't work, you could undertake the job of rewriting the code for plone 3 compatibility yourself.  Or, if you have some money, you could hire one of the many fabulous plone consultancies out there in the world to help you.

Failing these solutions, I'm afraid that Gossip will not work with Plone 3.x

HTH

c