Closed
Description
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.)
- Bitbucket: https://bitbucket.org/bobf/bpython/issue/279
- Originally Reported By: Anonymous
- Originally Created At: 2014-04-29T13:17:50.484
Activity
ikanobori commentedon Jul 4, 2014
Yes, installs and runs just fine. Thanks very much!
Original Comment By: Michael Schuller
ikanobori commentedon Jul 4, 2014
Thanks for your PR. I've merged it and made sure curtsies is not installed with Python 2.5 Please let me know if that works for you.
Original Comment By: Sebastian Ramacher
ikanobori commentedon Jul 4, 2014
For reference: I was the person who filed this issue. Didn't realize I wasn't logged in.
Original Comment By: Michael Schuller