Skip to content

Instantly share code, notes, and snippets.

@amercader
Created June 17, 2016 15:00
Show Gist options
  • Save amercader/7f521b1163d510d8dcfb8fd35f586abc to your computer and use it in GitHub Desktop.
Save amercader/7f521b1163d510d8dcfb8fd35f586abc to your computer and use it in GitHub Desktop.
val = callable(*args, **kw)
File "/home/adria/dev/pyenvs/ckan_newreqs/src/ckan/ckan/config/middleware.py", line 49, in make_app
pylons_app = make_pylons_stack(conf, full_stack, static_files, **app_conf)
File "/home/adria/dev/pyenvs/ckan_newreqs/src/ckan/ckan/config/middleware.py", line 145, in make_pylons_stack
who_parser.parse(open(app_conf['who.config_file']))
File "/home/adria/dev/pyenvs/ckan_newreqs/local/lib/python2.7/site-packages/repoze/who/config.py", line 87, in parse
obj = self._makePlugin(name, IPlugin, options)
File "/home/adria/dev/pyenvs/ckan_newreqs/local/lib/python2.7/site-packages/repoze/who/config.py", line 41, in _makePlugin
obj = _resolve(name)
File "/home/adria/dev/pyenvs/ckan_newreqs/local/lib/python2.7/site-packages/repoze/who/config.py", line 24, in _resolve
return EntryPoint.parse('x=%s' % name).resolve()
AttributeError: 'EntryPoint' object has no attribute 'resolve'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment