On 10/16/2010 08:26 AM, Andy Jacobsen wrote: > Hi, > > I get the following error when running browse.py[1] > > Traceback (most recent call last): > File "./backitup.py", line 39, in<module> > class FlagFileWidget(urwid.TreeWidget): > AttributeError: 'module' object has no attribute 'TreeWidget' > > How can I fix this?
It looks like you're using the examples from the development version with a release version of Urwid (TreeWidget is new). The same examples from your installed version should work for you, or upgrade to the development version of Urwid if you want to help with the next release. I should probably change the links on the site to point to the latest-released versions to avoid this confusion. Ian _______________________________________________ Urwid mailing list [email protected] http://lists.excess.org/mailman/listinfo/urwid
