Hi Christopher, Christopher Trudeau <[email protected]> writes: > I just saw the 2012.3 upgrade includes the ability to drop into the > shell and was rather excited. In trying it out, I have discovered it > doesn't seem to be too happy with django. The program itself is fine > (I've done all the signal changes in urwid and use pudb for django > regularly), but when I attempt to go the shell it complains about > readline. > > The stack trace shows an IOError:Operation not permitted at line 28 of > pudb/shell.py in setup_readline. > > Any help would be appreciated. I've been wanting this feature for a > long time and am hoping it can be run with django's debug server.
I've added some error handling code around that line. Code is in git. Let me know if that fixes it for you. Andreas _______________________________________________ Pudb mailing list [email protected] http://lists.tiker.net/listinfo/pudb
