Hi! I just wanted to try out urwid.TreeWidget that is used in the browse.py example. Turns out my (recent?) version of urwid doesn't feature TreeWidget yet. how come?
In [3]: import urwid In [4]: urwid.__version__ Out[4]: '0.9.9.1' In [5]: urwid.TreeWidget --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) /home/pazz/<ipython console> in <module>() AttributeError: 'module' object has no attribute 'TreeWidget' In [6]: best, /p _______________________________________________ Urwid mailing list [email protected] http://lists.excess.org/mailman/listinfo/urwid
