Skip to content
New issue

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

version 2.19 broke compatibility with python 2.6 #281

Closed
david-richer-adsk opened this issue Sep 20, 2018 · 1 comment
Closed

version 2.19 broke compatibility with python 2.6 #281

david-richer-adsk opened this issue Sep 20, 2018 · 1 comment

Comments

@david-richer-adsk
Copy link

david-richer-adsk commented Sep 20, 2018

Hi guys,

We now get the following error when installing package that pull the latest (2.19) version of pycparser on python 2.6.

File "/usr/lib/python2.6/site-packages/pycparser/__init__.py", line 14, in <module>
        from subprocess import check_output
    ImportError: cannot import name check_output

We know that python 2.6 is super old but it's still the version ship with CentOS 6. Feel free to drop support, a note about this in the change log would be appreciated.

Thanks for your time,
David

@eliben
Copy link
Owner

eliben commented Sep 20, 2018

Sorry for the breakage. I haven't been testing pycparser with Python 2.6 for years, and minimal 2.7 is noted in the README. I will put a note in CHANGES, in any case

@eliben eliben closed this as completed Sep 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants