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

Support python 3 #34

Open
5j9 opened this issue Nov 30, 2015 · 2 comments
Open

Support python 3 #34

5j9 opened this issue Nov 30, 2015 · 2 comments

Comments

@5j9
Copy link

5j9 commented Nov 30, 2015

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'
CounterPillow added a commit to CounterPillow/pyswf that referenced this issue Feb 20, 2016
@fgmacedo
Copy link

Hi! Are there any plans to do a pypi release? The published version still without py3 support.

Thanks!

@BloomAutist47
Copy link

bumping this. will there be any chance pypi support on newer python?

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

3 participants