David Woodfall <[email protected]> writes: > What I would like to know is if there is any way of getting > python2 pudb working by using the python3 urwid library?
Whatever solution you have in mind, I think that would be difficult. Easier: Package an the last Py2-compatible Urwid and get pudb to work against that. Pudb hasn't diverged far from being Py2-compatible. (probably still is, in its entirety) HTH, Andreas _______________________________________________ Pudb mailing list [email protected] https://lists.tiker.net/listinfo/pudb
