Thanks Gibbous,

I had that configuration.

I have installed the packages one to one and the problem is with getpaid.formgen:

man...@debian:~/plone/prueba$ bin/buildout -N
Uninstalling zopepy.
Uninstalling instance.
Uninstalling getpaid.
Updating zope2.
Updating fake eggs
Updating productdistros.
Installing getpaid.
Getting distribution for 'getpaid.formgen==0.3'.
Got getpaid.formgen 0.3.
The version, 3.3.4, is not consistent with the requirement, 'Plone>=4.0dev'.
While:
  Installing getpaid.
Error: Bad version 3.3.4

OK. I don't need that package at this moment, so I can continue testing.

Thanks,

Manuel




Regards,

Manuel

Gibbous wrote:
Hi spanish,
I had exactly the same problem on 3.3.5 it was fixed by adding the
"skip-fake-eggs =" and "additional-fake-eggs = ZODB3"  options to the
zope2 section of the buildout,cfg:
[zope2]
recipe = plone.recipe.zope2install
# update zope by updating this URL:
url = ${versions:zope2-url}
# fake eggs are required to satisfy Zope dependencies while
# zope is not yet eggified.
fake-zope-eggs = true
skip-fake-eggs =
additional-fake-eggs =
    ZODB3
    ZConfig
    pytz

On May 4, 10:39 pm, spanish <[email protected]> wrote:
Hello,

I can't install getpaid in a new buildout of Plone 3.3.4:

$ bin/buildout -N
(...)
The version, 3.3.4, is not consistent with the requirement,
'Plone>=4.0dev'.
While:
  Installing getpaid.
Error: Bad version 3.3.4

I followedhttp://pypi.python.org/pypi/getpaid.recipe.release/

Any idea?

Thanks,

Manuel

--
GetPaid for Plone:http://www.plonegetpaid.com(overview info) 
|http://code.google.com/p/getpaid(code and issue tracker)
You received this message because you are subscribed to the Google Groups 
"getpaid-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]

For more options, visit this group 
athttp://groups.google.com/group/getpaid-dev?hl=en?hl=en


--
GetPaid for Plone: http://www.plonegetpaid.com (overview info) | 
http://code.google.com/p/getpaid (code and issue tracker)
You received this message because you are subscribed to the Google Groups 
"getpaid-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]

For more options, visit this group at
http://groups.google.com/group/getpaid-dev?hl=en?hl=en

Reply via email to