-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crash when searching #51
Comments
What version of urwid are you using? |
I should add that I currently can't reproduce this issue. |
Perhaps the contents of |
my pudb is the latest pypi. I'll try the github version shortly. $ python -V $ pip freeze | egrep 'urwid|pudb' foo.py is entirely trivial:
|
I can reproduce this. It seems to be an issue with the newer urwid (pip still installs version 1.0.2 for me for some reason). |
Should be fixed in git. urwid changed the interface for what I'm trying to do there (delete the search box), and the backwards compatibility shim isn't exactly backwards compatible. I did what I had to do to fix this: Use the new interface, require urwid 1.1.1. |
Uh, nope. Didn't fix it. |
Never mind. Urwid 1.0.1 had crept back into my virtualenv. Should be fine. |
Reproduction steps:
If you can tell me how to induce this error automatically, I can write a unit test for it, at minimum, and likely produce a patch for the bug as well.
The text was updated successfully, but these errors were encountered: