Hey Bart. First of all, you don't have to downgrade python or anything in your system. It is not a good idea to remove python2.6 from your ubuntu installation. Just install python2.4 along with your default python (2.6)
Afterwards, I would strongly advise to use the buildout installation method as it is the recommended (and most tested) method for any plone installation. After you install python2.4-dev and everything else, as documented on the plumi manual, you just: $ svn co https://svn.plone.org/svn/collective/plumi.buildout/tags/3.1/ plumi $ cd plumi $ python2.4 bootstrap.py $ ./bin/buildout It'll start downloading and installing everything you need. If you just want to test it locally, all you need to do is open two terminals and write $ ./bin/instance fg to start zope in the first one, and $ ./bin/transcodedaemon fg to start the transcoding daemon in the other one (fg means it will run on foreground. If you see any errors, just copy and send the output so we can help. If there aren't any errors, you can Ctrl+c and run them normally with ./bin/instance start and ./bintranscodedaemon start) Then just go to http://localhost:8080/manage log in with admin:admin and create a new plone site. Go to it and install plumi.app. You should be set. Also, if you get any errors, tell us at which point these errors appear. While running buildout, while starting zope or during the installation of plumi.app? Cheers, Mike unweb.me On Thu, 2010-08-19 at 10:12 +1200, Bart Ignasiak wrote: > Hi Guys! > > > > Info: > > I am using newest version of plumi and ubuntu 10.4 64 bit > > In ubuntu I needed downgrade python to pyton 2.4 > > Instruction I am using: > http://en.flossmanuals.net/bin/view/Plumi/Installation > > > > Problem > > ComponentLookupError: (<InterfaceClass > zope.i18n.interfaces.ITranslationDomain>, 'plumi') > > Installing Plumi application setup 0.6 > > anyone can help? What logs should I provide? > > > > Cheers > > > > Bart > > > > > > > _______________________________________________ > Discuss mailing list > [email protected] > http://lists.plumi.org/listinfo/discuss _______________________________________________ Discuss mailing list [email protected] http://lists.plumi.org/listinfo/discuss
