Rik,

The first thing I'm noticing from this is that you are typing `paster 
addcontent dexterity_content`.  I am curious if the paster you are using is the 
same as the one in your buildout.  If you issue the commend `which paster`, 
what is the path to the paster that is found?  Is it in fact the same as the 
one in your buildout?

Cris


On Nov 18, 2012, at 6:09 PM, rik wrote:

> Steve et al,
> 
> i'm bumping into the sort of  pkg_resources.DistributionNotFound error 
> anticipated by your Errors doc @ 
> http://pypi.python.org/pypi/zopeskel.dexterity .  but the fix you recommend 
> doesn't, for me?  specifically i have: 
> 
> [zopeskel]
> # installs paster and Zopeskel
> recipe = zc.recipe.egg
> eggs =
>     ZopeSkel
>     Paste
>     PasteDeploy
>     PasteScript
>     zopeskel.dexterity<=2.99
>     ${client1:eggs}
>     entry-points = paster=paste.script.command:run
> 
> in my (zeo) buildout, but when I issue the command
> 
> .../<my.package> % paster addcontent dexterity_content
> 
> i get the error:
> 
> pkg_resources.DistributionNotFound: z3c.blobfile: Not Found for: <my.package> 
> (did you run python setup.py develop?)
> 
> any guesses?
> _______________________________________________
> ZopeSkel mailing list
> zopes...@lists.plone.org
> https://lists.plone.org/mailman/listinfo/plone-zopeskel

Cris Ewing
--------------------------------------------------
Principal, Cris Ewing, Developer LLC
http://www.crisewing.com
c...@crisewing.com
1.206.724.2112

_______________________________________________
ZopeSkel mailing list
zopes...@lists.plone.org
https://lists.plone.org/mailman/listinfo/plone-zopeskel

Reply via email to