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

update to python3 and pyqt5 #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

circuitqed
Copy link

Hi Phil, I updated things to make liveplot compatible with python3 and pyqt5...the demo scripts all seem to work at least. description of changes below. One thing I did not change but probably would need updating is the setup.py. One could probably make things compatible to both python2.7 and pyqt4 as well as the newer ones without too much work but not sure if its worth the effort.

Used 2to3 to update to python3
made small changes for compatibility, mainly encode/decode for byte strings
also change from buffer to memoryview

Additionally upgraded to pyqt5 as pyqt4 support seems to be deprecated in many new python distributions, just renaming of and relocating of various packages/classes, no real changes

Used 2to3 to update to python3
made small changes for compatibility, mainly encode/decode for byte strings
also change from buffer to memoryview

Additionally upgraded to pyqt5 as pyqt4 support seems to be deprecated in many new python distributions, just renaming of and relocating of various packages/classes, no real changes
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

Successfully merging this pull request may close these issues.

1 participant