On Thu, Apr 24, 2014 at 10:48 AM, Radoslaw Garbacz <[email protected]> wrote: > I had a crash of python, which seems to be related to the urwid library, > please take a look at the dump below. > the code using urwid: > > from urwid.raw_.... import Screen > screen = Screen() > self._cols, rows = screen.get_cols_rows()
What happens if you delete or rename /usr/lib64/python2.6/site-packages/urwid/str_util.so ? Urwid will fall back to using a python implementation of that module. What operating system and version of Urwid are you using? _______________________________________________ Urwid mailing list [email protected] http://lists.excess.org/mailman/listinfo/urwid
