[BlueBream] error while installing zope.viewlet via buildout in bluebream
Christian Klinger
cklinger at novareto.de
Mon Jul 11 07:46:09 EDT 2011
Hi Joshua,
i am pretty sure you have a version conflict. Maybe you can try it again
in a clean environment.
Christian
> Hello,
>
> On Mon, 2011-07-11 at 12:52 +0530, Joshua Immanuel wrote:
>> I am finding it hard to install zope.viewlet package via buildout.
>> Here is my buildout configuration snippet
>>
>> [zopeextras]
>> recipe = zc.recipe.egg
>> eggs = zope.catalog
>> zope.viewlet
>>
>> [app]
>> recipe = zc.recipe.egg
>> eggs = testbb
>> z3c.evalexception>=2.0
>> Paste
>> PasteScript
>> PasteDeploy
>> ${zopeextras:eggs}
>> interpreter = bbpy
>>
>> ...
>>
>> I get the following error while running buildout
>>
>> Getting distribution for 'zope.viewlet==3.7.2'.
>> install_dir /home/joshua/mudpit/testbb/eggs/tmpv7F8Bd
>> error: None
>> An error occured when trying to install zope.viewlet 3.7.2.
>> Look
>> above this message for any errors that were output by
>> easy_install.
>> While:
>> Installing zopeextras.
>> Getting distribution for 'zope.viewlet==3.7.2'.
>> Error: Couldn't install: zope.viewlet 3.7.2
>
> In order to simplify things, instead of checking it in bluebream's
> buildout config I created a separate buildout.cfg file in an empty
> folder with the following configuration
>
> [buildout]
> parts = ze
>
> [ze]
> recipe = zc.recipe.egg
> eggs = zope.viewlet
> interpreter = mypy
>
> Still I get the same error. So, I guess this is not just a bluebream
> issue.
>
> Can someone tell me where the problem is?
>
> Thanks
>
>
>
> _______________________________________________
> Zope-Dev maillist - Zope-Dev at zope.org
> https://mail.zope.org/mailman/listinfo/zope-dev
> ** No cross posts or HTML encoding! **
> (Related lists -
> https://mail.zope.org/mailman/listinfo/zope-announce
> https://mail.zope.org/mailman/listinfo/zope )
More information about the bluebream
mailing list