-
Notifications
You must be signed in to change notification settings - Fork 15
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
URWIDRepl.echod: two arguments or three? #6
Comments
Btw, the error it was trying to print ended with
That was really a HumanDocReadingError because I hadn't run |
This is the same error I ran into. I was using Ipython 2. |
@mattjj in your defense, that readme is kinda long though, and there are TWO of 'em. SPOILER ALERT! They all die at the end... ;) |
Thank you both for reporting, I think I've addressed this in master with a more informative error message on exit. It was already there, but only worked if you were running the latest IPython. |
On the current master, URWIDRepl.echod is defined to take one non-self argument, but in some places, like connect_ipython_kernel, it's called with two non-self arguments. That gave me this error (when trying to print another error):
What's the intended signature?
The text was updated successfully, but these errors were encountered: