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

New version breaks 2.7 compatibility #6

Open
RufusVS opened this issue Sep 9, 2019 · 0 comments
Open

New version breaks 2.7 compatibility #6

RufusVS opened this issue Sep 9, 2019 · 0 comments

Comments

@RufusVS
Copy link

RufusVS commented Sep 9, 2019

Upon doing a full re-install of my software on a Raspberry Pi, I found my program
no longer works. My python code is backend for a html/php website, so it was a pain
to instrument and test down to the point of the problem. It turns out that the spawn init function
now uses Super().... which is incompatible with 2.0. Fortunately I found an old version of serial_spawn.py to verify this. Now I have two options, keep a copy of the old version around, or look at the proper pip function to grab prior version. I have mixed feelings of asking to have this "fixed" or just to have this issue as a cautionary message for those who use Python 2.7 still.

btbroot pushed a commit to btbroot/pexpect-serial that referenced this issue Sep 10, 2019
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

1 participant