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

Bugfix for python>=3.9.1 #20

Merged
merged 1 commit into from
Mar 2, 2021
Merged

Conversation

ebelliveau
Copy link
Contributor

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

…() methods from array.array and other primitives.
@KenwoodFox
Copy link

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

@dnet dnet merged commit 71ddabc into dnet:master Mar 2, 2021
@dnet
Copy link
Owner

dnet commented Mar 2, 2021

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
Copy link
Owner

dnet commented Mar 2, 2021

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

@ebelliveau ebelliveau deleted the bugfix/py3tostringRemoval branch March 2, 2021 23:17
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.

3 participants