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.
....
Using /Users/kingdom/virt_env/virt_gum/lib/python2.7/site-packages
Searching for MarkupSafe==0.15
Best match: MarkupSafe 0.15
Adding MarkupSafe 0.15 to easy-install.pth file

Using /Users/kingdom/virt_env/virt_gum/lib/python2.7/site-packages
Finished processing dependencies for poppyseed==0.0
(virt_gum)~VIRTUAL_ENV ❯ bin/pserve poppyseed/development.ini --reload
Starting subprocess with file monitor
Traceback (most recent call last):
  File "bin/pserve", line 9, in <module>
    load_entry_point('pyramid==1.3.2', 'console_scripts', 'pserve')()
  File 
"/Users/kingdom/virt_env/virt_gum/lib/python2.7/site-packages/pyramid/scripts/pserve.py",
 
line 47, in main
    return command.run()
  File 
"/Users/kingdom/virt_env/virt_gum/lib/python2.7/site-packages/pyramid/scripts/pserve.py",
 
line 290, in run
    relative_to=base, global_conf=vars)
  File 
"/Users/kingdom/virt_env/virt_gum/lib/python2.7/site-packages/pyramid/scripts/pserve.py",
 
line 318, in loadapp
    return loadapp(app_spec, name=name, relative_to=relative_to, **kw)
  File 
"/Users/kingdom/virt_env/virt_gum/lib/python2.7/site-packages/paste/deploy/loadwsgi.py",
 
line 247, in loadapp
    return loadobj(APP, uri, name=name, **kw)
  File 
"/Users/kingdom/virt_env/virt_gum/lib/python2.7/site-packages/paste/deploy/loadwsgi.py",
 
line 271, in loadobj
    global_conf=global_conf)
  File 
"/Users/kingdom/virt_env/virt_gum/lib/python2.7/site-packages/paste/deploy/loadwsgi.py",
 
line 296, in loadcontext
    global_conf=global_conf)
  File 
"/Users/kingdom/virt_env/virt_gum/lib/python2.7/site-packages/paste/deploy/loadwsgi.py",
 
line 320, in _loadconfig
    return loader.get_context(object_type, name, global_conf)
  File 
"/Users/kingdom/virt_env/virt_gum/lib/python2.7/site-packages/paste/deploy/loadwsgi.py",
 
line 454, in get_context
    section)
  File 
"/Users/kingdom/virt_env/virt_gum/lib/python2.7/site-packages/paste/deploy/loadwsgi.py",
 
line 476, in _context_from_use
    object_type, name=use, global_conf=global_conf)
  File 
"/Users/kingdom/virt_env/virt_gum/lib/python2.7/site-packages/paste/deploy/loadwsgi.py",
 
line 406, in get_context
    global_conf=global_conf)
  File 
"/Users/kingdom/virt_env/virt_gum/lib/python2.7/site-packages/paste/deploy/loadwsgi.py",
 
line 296, in loadcontext
    global_conf=global_conf)
  File 
"/Users/kingdom/virt_env/virt_gum/lib/python2.7/site-packages/paste/deploy/loadwsgi.py",
 
line 328, in _loadegg
    return loader.get_context(object_type, name, global_conf)
  File 
"/Users/kingdom/virt_env/virt_gum/lib/python2.7/site-packages/paste/deploy/loadwsgi.py",
 
line 620, in get_context
    object_type, name=name)
  File 
"/Users/kingdom/virt_env/virt_gum/lib/python2.7/site-packages/paste/deploy/loadwsgi.py",
 
line 646, in find_egg_entry_point
    possible.append((entry.load(), protocol, entry.name))
  File 
"/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 received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/pylons-discuss/-/N7nvg69oKWEJ.
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