Hi,
When I try to display the help for some beaker subpackages in a Python
interpreter, I get the following error:
>>> import beaker.middleware
>>> help(beaker.middleware)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.5/site.py", line 351, in __call__
return pydoc.help(*args, **kwds)
File "/usr/lib/python2.5/pydoc.py", line 1646, in __call__
self.help(request)
File "/usr/lib/python2.5/pydoc.py", line 1690, in help
else: doc(request, 'Help on %s:')
File "/usr/lib/python2.5/pydoc.py", line 1481, in doc
pager(title % desc + '\n\n' + text.document(object, name))
File "/usr/lib/python2.5/pydoc.py", line 324, in document
if inspect.ismodule(object): return self.docmodule(*args)
File "/usr/lib/python2.5/pydoc.py", line 1072, in docmodule
contents.append(self.document(value, key, name))
File "/usr/lib/python2.5/pydoc.py", line 325, in document
if inspect.isclass(object): return self.docclass(*args)
File "/usr/lib/python2.5/pydoc.py", line 1173, in docclass
classify_class_attrs(object))
File "/usr/lib/python2.5/pydoc.py", line 179, in classify_class_attrs
return map(fixup, inspect.classify_class_attrs(object))
File "/usr/lib/python2.5/inspect.py", line 249, in classify_class_attrs
homecls = getattr(obj, "__objclass__", None)
File
"/usr/lib/python2.5/site-packages/Paste-1.6-py2.5.egg/paste/registry.py",
line 125, in __getattr__
return getattr(self._current_obj(), attr)
File
"/usr/lib/python2.5/site-packages/Paste-1.6-py2.5.egg/paste/registry.py",
line 182, in _current_obj
'thread' % self.____name__)
TypeError: No object (name: Cache Manager) has been registered for this
thread
By the way, the beaker package doesn't have a __version__ attribute.
Looking at the site-packages dir, the installed version here is 0.7.5.
Regards
Antoine.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---