[Zope-dev] error while installing zope.viewlet via buildout in bluebream
Joshua Immanuel
josh at hipro.co.in
Mon Jul 11 07:17:14 EDT 2011
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
--
Joshua Immanuel
HiPro IT Solutions Private Limited
http://hipro.co.in
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
Url : http://mail.zope.org/pipermail/zope-dev/attachments/20110711/c228ac45/attachment.bin
More information about the Zope-Dev
mailing list