-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 yuppie wrote: > Michael Haubenwallner wrote: >> Thanks for your help, that works now. >> >> I installed these packages: >> Products.CMFCore-2.2.0dev-py2.6.egg >> Products.CMFDefault-2.2.0dev-py2.6.egg >> Products.GenericSetup-1.5.0dev-py2.6.egg >> five.localsitemanager-2.0dev-py2.6.egg >> Products.DCWorkflow-2.2.0dev-py2.6.egg >> >> I cannot add a 'CMF Site' though in the ZMI, here is the traceback >> http://gbe.d2m.at/Pastebin/37 > > Strange. > > That error looks like you are using five.localsitemanager-2.0dev with > zope.component < 3.5.0, but your Zope 2.12 should have zope.component > 3.5.1 installed. > > Can you check your zope.component version? Maybe a different version is > somewhere on your path? >
Thank you for the hint, there really was a zope.component3.4.0 in the path. I had to experiment with the order of installing the eggs - this one works for me now: five.localsitemanager-2.0dev Products.GenericSetup-1.5.0dev Products.CMFCore-2.2.0dev Products.CMFDefault-2.2.0dev Products.DCWorkflow-2.2.0dev Interestingly, adding Products.GenericSetup-1.5.0dev first, removed zope.component2.5.1 from easy-install.pth altogether and installed five.localsitemanager-1.0 instead. Installing Products.CMFCore-2.2.0dev first, replaced zope.component3.5.1 by zope.component3.4.0. Regards Michael - -- http://blog.d2m.at http://planetzope.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJ8uSVl0uAvQJUKVYRAo0LAJ9zVZC29xzbY7F8THXYByKdSUs9UQCeN9C+ QjeZbiyyHANb9SxkKcPCEtc= =tyUN -----END PGP SIGNATURE----- _______________________________________________ Zope-CMF maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope-cmf See https://bugs.launchpad.net/zope-cmf/ for bug reports and feature requests
