timknip / pyswf

A Python library to read and write SWF files

Home Page:https://github.com/timknip/pyswf/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support python 3

5j9 opened this issue · comments

commented

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'

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

Thanks!

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