Upgrade to the latest version of pyramid_beaker. On Wed, Apr 11, 2012 at 5:00 PM, Clemens Herschel <[email protected]> wrote: > > 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 [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. >
-- 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.
