[BlueBream] fanstatic, buildout failure

Gediminas Paulauskas menesis at pov.lt
Thu Jul 28 15:14:59 EDT 2011


2011/7/28 Joe Steeve <js at hipro.co.in>:
> Hello all,
>
> I am trying to integrate fanstatic with bluebream. I added 'fanstatic'
> and 'zope.fanstatic' to my setup.py. bin/buildout fails without much
> information:
>
>        Installing app.
>        While:
>          Installing app.
>          Getting distribution for 'zope.fanstatic'.
>        Error: Picked: zope.fanstatic = 0.10
>
> Please provide me with some pointers to fix this.

Either remove allow-picked-versions = false from buildout.cfg, or add
versions of new dependencies to buildout.cfg:

[versions]
fanstatic = 0.11.2
zope.fanstatic = 0.10

-- 
Gediminas


More information about the bluebream mailing list