Op 09-08-11 18:58, Chris Duan schreef:
++++++++++++++++++++++++++++++++++++++++++++++
the buildout messages when setup plone.app.dexterity :
++++++++++++++++++++++++++++++++++++++++++++
------------------------------------------

D:\Plone>bin\buildout.exe
Updating productdistros.
Installing instance.
Generated script 'D:\\Plone\\bin\\instance'.
Updating zopepy.
Updating zopeskel.
Updating backup.
Updating controller.
Generated script 'D:\\Plone\\bin\\plone-controller'.
Generated script 'D:\\Plone\\bin\\cluster-control'.
Generated script 'D:\\Plone\\bin\\runzope'.
Generated script 'D:\\Plone\\bin\\zopectl'.
Generated script 'D:\\Plone\\bin\\zpasswd'.
Generated script 'D:\\Plone\\bin\\mkzeoinstance'.
Generated script 'D:\\Plone\\bin\\mkzopeinstance'.
Updating unifiedinstaller.
*************** PICKED VERSIONS ****************
[versions]
collective.z3cform.datetimewidget = 1.0.5
grokcore.formlib = 1.8
grokcore.view = 2.6.1
grokcore.viewlet = 1.9
plone.app.dexterity = 1.0.1
plone.app.relationfield = 1.1
plone.app.z3cform = 0.5.6
plone.autoform = 1.0
(...)
*************** /PICKED VERSIONS ***************

Those are lots of versions that are picked by buildout instead of being that versions that you explicitly pin. That is not good. I think there is a good chance that the problem you see is caused by one or more of these packages being too new and incompatible with Plone 4.0.7.

Edit your buildout.cfg.  There should already be a something like this:

extends =
    http://dist.plone.org/release/4.0.7/versions.cfg

(Perhaps there are a few more lines within that 'extends'). You should add another one that pins versions for dexterity, like this:

extends =
    http://dist.plone.org/release/4.0.7/versions.cfg
    http://good-py.appspot.com/release/dexterity/1.0.1

I cannot promise it will solve your problem, but it is a good first step.

Cheers,


--
Maurits van Rees
Web App Programmer at Zest Software: http://zestsoftware.nl
Personal website: http://maurits.vanrees.org/

_______________________________________________
Setup mailing list
[email protected]
https://lists.plone.org/mailman/listinfo/plone-setup

Reply via email to