On 07/24/2012 08:09 PM, Jamal Burgess wrote:
Has anyone gotten this sort of an import error with a new pyramid
project created with a scaffold?  I've tried both pyramid_mongodb as
well as alchemy scaffolds.

this is what i'm getting.

... snip ....

"/Users/kingdom/virt_env/virt_gum/lib/python2.7/site-packages/distribute-0.6.15-py2.7.egg/pkg_resources.py",
line 1954, in load
     entry = __import__(self.module_name, globals(),globals(), ['__name__'])
ImportError: No module named poppyseed

You didn't run setup.py develop, or at least you're not using the same Python interpreter to run pserve as you installed your project into.

- C

--
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to