9
I Use This!
Moderate Activity

News

Analyzed about 8 hours ago. based on code collected 1 day ago.
Posted over 11 years ago by keith
This may not be a bug for everyone, but it is for me. It's more of a design discussion. Currently, the signals are keyed on the callback and user_arg together. (callback, user_arg) not in d[name] Which means that when you disconnect it you ... [More] also have to know what the user data was. However, I may not have the user data available at that time. I would like to disconnect the signal without having to know the user data. Other toolkits, such as GTK, do not require you to know the user data to disconnect a signal. I can't think of a use case that would require this. But perhaps someone could elaborate on one. [Less]
Posted over 11 years ago by Ian Ward <ian@…>
urwid/container.pyurwid/tests.py fix: Pile not changing focus with mouse since container changes
Posted over 11 years ago by ian
Some things got done! (diff)
Posted over 11 years ago by Ian Ward <ian@…>
urwid/container.pyurwid/tests.py fix: Overlay.get_cursor_coords has never worked
Posted over 11 years ago by Ian Ward <ian@…>
urwid/version.py start stable 1.1 branch
Posted over 11 years ago by keith
The code that reads: 682 def get_cursor_coords(self, size): 683 """Return cursor coords from top_w, if any.""" 684 -> if not hasattr(self.body, 'get_cursor_coords'): 685 return None should replace "self.body" with "self.top_w".
Posted over 11 years ago by ian
(diff)
Posted over 11 years ago by ian
(diff)
Posted over 11 years ago by FROL
Hello guys! My sincere apologies i post this here, but i didn't find any contacts or forum to post my question. I have installed urwid on windows via python Base packege from this site: http://www.lfd.uci.edu/~gohlke/pythonlibs/ However, it ... [More] seems urwid will not work because it ask me to import 'termios' which is only linux packege. Is there any possibility to make urwid working under windows or do you have in plans win port? Thanks! [Less]
Posted over 11 years ago by Ian Ward <ian@…>
urwid/version.py start 1.2.0-dev work