bpython currently fails to install and run on Python 2.5, due to some missing "from future" imports, and the exception syntax being used.
I know 2.5 is old as dirt at this point, but since I for one am stuck using it for a large number of projects at work, I'd dearly love to keep this interpreter compatible that far back. (Especially since the necessary changes are few.)
bpython currently fails to install and run on Python 2.5, due to some missing "from future" imports, and the exception syntax being used.
I know 2.5 is old as dirt at this point, but since I for one am stuck using it for a large number of projects at work, I'd dearly love to keep this interpreter compatible that far back. (Especially since the necessary changes are few.)