I get the following error at the inclusion of pyramid_beaker when the
application is pserved, no error when pyramid_beaker is taken out of
configuration.
Thanks for help,
Clemens Herschel






Traceback (most recent call last):
  File "../bin/pserve", line 9, in <module>
    load_entry_point('pyramid==1.3a4', 'console_scripts', 'pserve')()
  File
"/home/cherschel/env_ch/local/lib/python2.7/site-packages/pyramid-1.3a4-py2.7.egg/pyramid/scripts/pserve.py",
line 32, in main
    return command.run()
  File
"/home/cherschel/env_ch/local/lib/python2.7/site-packages/pyramid-1.3a4-py2.7.egg/pyramid/scripts/pserve.py",
line 275, in run
    relative_to=base, global_conf=vars)
  File
"/home/cherschel/env_ch/local/lib/python2.7/site-packages/pyramid-1.3a4-py2.7.egg/pyramid/scripts/pserve.py",
line 303, in loadapp
    return loadapp(app_spec, name=name, relative_to=relative_to, **kw)
  File
"/home/cherschel/env_ch/local/lib/python2.7/site-packages/PasteDeploy-1.5.0-py2.7.egg/paste/deploy/loadwsgi.py",
line 247, in loadapp
    return loadobj(APP, uri, name=name, **kw)
  File
"/home/cherschel/env_ch/local/lib/python2.7/site-packages/PasteDeploy-1.5.0-py2.7.egg/paste/deploy/loadwsgi.py",
line 272, in loadobj
    return context.create()
  File
"/home/cherschel/env_ch/local/lib/python2.7/site-packages/PasteDeploy-1.5.0-py2.7.egg/paste/deploy/loadwsgi.py",
line 710, in create
    return self.object_type.invoke(self)
  File
"/home/cherschel/env_ch/local/lib/python2.7/site-packages/PasteDeploy-1.5.0-py2.7.egg/paste/deploy/loadwsgi.py",
line 146, in invoke
    return fix_call(context.object, context.global_conf,
**context.local_conf)
  File
"/home/cherschel/env_ch/local/lib/python2.7/site-packages/PasteDeploy-1.5.0-py2.7.egg/paste/deploy/util.py",
line 56, in fix_call
    val = callable(*args, **kw)
  File "/home/cherschel/env_ch/Phr/phr/__init__.py", line 14, in main
    config = Configurator(settings=settings)
  File
"/home/cherschel/env_ch/local/lib/python2.7/site-packages/pyramid-1.3a4-py2.7.egg/pyramid/config/__init__.py",
line 303, in __init__
    introspector=introspector,
  File
"/home/cherschel/env_ch/local/lib/python2.7/site-packages/pyramid-1.3a4-py2.7.egg/pyramid/config/__init__.py",
line 429, in setup_registry
    self.include(inc)
  File
"/home/cherschel/env_ch/local/lib/python2.7/site-packages/pyramid-1.3a4-py2.7.egg/pyramid/config/__init__.py",
line 707, in include
    c = getattr(module, 'includeme')
AttributeError: 'module' object has no attribute 'includeme'

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

Reply via email to