Re: error while installing zope.viewlet via buildout in bluebream
Joshua Immanuel <[email protected]>
| Newsgroups | gmane.comp.web.zope.devel,gmane.comp.web.zope.bluebream |
|---|---|
| Organization | HiPro IT Solutions Private Limited |
| Message-ID | <1310383034.2459.109.camel@jimman> |
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
_______________________________________________
Zope-Dev maillist - [email protected]
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 )
signature.asc
(application/pgp-signature, 198 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEABECAAYFAk4a27kACgkQWw85XwuSFMLuXQCfXpDt4g+MioIY7Vej3TQDQJ3r Zy0AnRQZ1N1bHIJBAimBQgidN6L/C1lh =2MEq -----END PGP SIGNATURE-----