"Error: Picked: distribute = 0.6.10"
OK,I get this when running the buildout for manuel: Error: Picked: distribute = 0.6.10 Why is that an error, exactly? What does it mean? -- Lennart Regebro: Python, Zope, Plone, Grok http://regebro.wordpress.com/ +33 661 58 14 64
On Tue, Jan 26, 2010 at 5:18 PM, Lennart Regebro <lregebro@jarn.com> wrote:
OK,I get this when running the buildout for manuel:
what's "for manuel" ?
Error: Picked: distribute = 0.6.10
Why is that an error, exactly? What does it mean?
Can you provide more information ? It's hard to tell what's going on without knowing how you bootstrapped your buildout and what's in your cfg
-- Lennart Regebro: Python, Zope, Plone, Grok http://regebro.wordpress.com/ +33 661 58 14 64 _______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig
-- Tarek Ziadé | http://ziade.org
On Tue, Jan 26, 2010 at 11:18 AM, Lennart Regebro <lregebro@jarn.com> wrote:
OK,I get this when running the buildout for manuel:
Error: Picked: distribute = 0.6.10
Why is that an error, exactly? What does it mean?
I suspect it is an interaction of zc.buildout's allow-picked-versions = false option and the fact that Distribute impersonates setuptools. I bet it'll work properly if you add "distribute = 0.6.10" to the [versions] section. -- Benji York
On Tue, Jan 26, 2010 at 17:29, Benji York <benji@zope.com> wrote:
I suspect it is an interaction of zc.buildout's allow-picked-versions = false option and the fact that Distribute impersonates setuptools.
Yup, that's it.
I bet it'll work properly if you add "distribute = 0.6.10" to the [versions] section.
Yup! Thanks! -- Lennart Regebro: Python, Zope, Plone, Grok http://regebro.wordpress.com/ +33 661 58 14 64
participants (3)
-
Benji York
-
Lennart Regebro
-
Tarek Ziadé