dnet / pySSTV

Python classes for generating Slow-scan Television transmissions
https://pypi.python.org/pypi/PySSTV
MIT License
138 stars 27 forks source link

Bugfix for python>=3.9.1 #20

Closed ebelliveau closed 3 years ago

ebelliveau commented 3 years ago

Removed tostring() in write_wav. Python 3.9+ has removed the tostring() methods from array.array and other primitives.

KenwoodFox commented 3 years ago

I just experienced this today, thats so crazy you posted this only 4 hours ago.

dnet commented 3 years ago

Thanks, I just added 0c09c84 to make this work on Python 2 as well. As soon as Travis confirms everything works well on all interesting Python versions, I'll bump the version and publish it on PyPI.

dnet commented 3 years ago

Everything seems fine, I published 0.4.4 at https://pypi.org/project/PySSTV/0.4.4/