We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Older versions of Python make PC-BASIC crash due to http://bugs.python.org/issue22113 which was solved in 2.7.12:
Include requirement in docs, & installer. Check on startup and fail gracefully, avoid confusing crash message.
The text was updated successfully, but these errors were encountered:
Mark as bug as this is causing unintuitive errors, e.g. #45 and #43
Sorry, something went wrong.
update required package versions (also re issue #24)
1f67f24
include python version in crash logs (re issue #24)
7235c1f
require python 2.7.12+ at startup (fix issue #24)
cc74e2b
Fixed by cc74e2b
robhagemans
No branches or pull requests
Older versions of Python make PC-BASIC crash due to http://bugs.python.org/issue22113
which was solved in 2.7.12:
Include requirement in docs, & installer. Check on startup and fail gracefully, avoid confusing crash message.
The text was updated successfully, but these errors were encountered: