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. ...ct _______________________________________________ Pudb mailing list [email protected] http://lists.tiker.net/listinfo/pudb
