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