We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please add support for python 3.x.
>>> from swf.movie import SWF Traceback (most recent call last): File "<pyshell#1>", line 1, in <module> from swf.movie import SWF File "C:\Users\username\AppData\Local\Programs\Python\Python35-32\lib\site-packages\swf\movie.py", line 4, in <module> from tag import SWFTimelineContainer ImportError: No module named 'tag'
The text was updated successfully, but these errors were encountered:
Add python3 support
339c85e
Fixes issue timknip#34
Hi! Are there any plans to do a pypi release? The published version still without py3 support.
Thanks!
Sorry, something went wrong.
bumping this. will there be any chance pypi support on newer python?
No branches or pull requests
Please add support for python 3.x.
The text was updated successfully, but these errors were encountered: