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

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Zope-Dev maillist  -  Zope-Dev@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 )

Reply via email to