« Return to Thread: Trunk Checkout

Re: Trunk Checkout

by wichert :: Rate this Message:

Reply to Author | View in Thread

On 7/4/09 1:23 PM, Paul Wilson wrote:

> 2009/7/4 Paul Wilson<paulalexwilson@...>:
>> Hi all,
>>
>> I just checked out grok trunk, ran setup.py install into a fresh
>> virtualenv, created a new project using paster create and then ran
>> 'bin/buildout' within this project and got:
>>
>> Updating eggbasket.
>> Updating app.
>> Updating data.
>> Updating zopectl.
>> Installing i18n.
>> i18n: setting up i18n tools
>> While:
>>   Installing i18n.
>> Error: There is a version conflict.
>> We already have: zope.app.appsetup 3.4.1
>>
>> All the version
>>
>
> [Somehow sent incomplete by mistake... :-/]
>
> All the versions.cfgs (in my paste created project and grok trunk)
> list 3.4.1 but I have 3.8.0 in my virtualenv's site packages.

Does anything pull zope.app.appsetup in via setup_requires perhaps? If I
remember correctly buildout does not pin those.

Wichert.


--
Wichert Akkerman <wichert@...>   It is simple to make things.
http://www.wiggy.net/                  It is hard to make things simple.
_______________________________________________
Grok-dev mailing list
Grok-dev@...
http://mail.zope.org/mailman/listinfo/grok-dev

 « Return to Thread: Trunk Checkout