Skip to content

Instantly share code, notes, and snippets.

@lahwran
Created March 9, 2012 04:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lahwran/2bac294b2649ca04b9e4 to your computer and use it in GitHub Desktop.
Save lahwran/2bac294b2649ca04b9e4 to your computer and use it in GitHub Desktop.
>>> s.lookup1([IDerp], IFoo, '')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.6/dist-packages/zope/interface/adapter.py", line 523, in _uncached_lookup
self._subscribe(*required)
File "/usr/lib/python2.6/dist-packages/zope/interface/adapter.py", line 500, in _subscribe
ref = r.weakref()
AttributeError: 'list' object has no attribute 'weakref'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment