On 03 août 18:48, Duncan Findlay wrote:
> dun...@dfindlay:~$ python
> Python 2.5.4 (r254:67916, Feb 18 2009, 03:00:47)
> [GCC 4.3.3] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import logilab.astng
> >>> help(logilab.astng)
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
>   File "/usr/lib/python2.5/site.py", line 342, in __call__
>     return pydoc.help(*args, **kwds)
>   File "/usr/lib/python2.5/pydoc.py", line 1647, in __call__
>     self.help(request)
>   File "/usr/lib/python2.5/pydoc.py", line 1691, in help
>     else: doc(request, 'Help on %s:')
>   File "/usr/lib/python2.5/pydoc.py", line 1482, 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 1071, in docmodule
>     inspect.getclasstree(classlist, 1), name)]
>   File "/usr/lib/python2.5/inspect.py", line 656, in getclasstree
>     for parent in c.__bases__:
> TypeError: '_Yes' object is not iterable

http://www.logilab.org/ticket/9891 

> (I'd report this directly to the bug tracker, but I've lost my
> password...)

Nicolas should have sent you your new password. Tell me if he hadn't
-- 
Sylvain Thénault                               LOGILAB, Paris (France)
Formations Python, Debian, Méth. Agiles: http://www.logilab.fr/formations
Développement logiciel sur mesure:       http://www.logilab.fr/services
CubicWeb, the semantic web framework:    http://www.cubicweb.org

_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to