Chris McDonough
unread,Jul 28, 2012, 11:12:59 PM7/28/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pylons-...@googlegroups.com
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