Uhm, nope the setup is correct. You can also enable it using the pluggable interface through tgext.pluggable but that shouldn't change a thing.
The issue seems related to WebOb, which version of TurboGears are you using? Did you somehow install a WebOb version which is not 1.1.1? I just tested it in a clean project and it worked without issues, the steps were: virtualenv tg222 . tg222/bin/activate pip install -i http://tg.gy/current tg.devtools paster quickstart dbbtest cd dbbtest; python setup.py develop paster setup-app development.ini pip install tgext.debugbar [enable debugbar in app_cfg] On Wed, Feb 6, 2013 at 3:45 PM, KONTRA, Gergely <[email protected]> wrote: > Hi! > > I tried to setup debugbar: > > pip install tgext.debugbar > > and adding to app_cfg.py: > > from tgext.debugbar import enable_debugbar > enable_debugbar(base_config) > > but what I get when I hit a page is: > KeyError: 'webob.adhoc_attrs' > > Sample project here: https://bitbucket.org/pihentagy/tg2-sample/ > > Did I misunderstand something how to setup? > > +-[ Gergely Kontra <[email protected]> ]------------------+ > | | > | Mobile:(+36 20)356 9656 | > | | > +- "Olyan lángész vagyok, hogy poroltóval kellene járnom!" -+ > > -- > You received this message because you are subscribed to the Google Groups > "TurboGears" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/turbogears?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/turbogears?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

