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

ModuleNotFoundError: No module named 'tag'

doctorcolossus opened this issue · comments

I just installed pyswf 1.5.4 for the first time from pip and was not able to import it due to this error:

>>> from swf.movie import SWF
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.8/site-packages/swf/movie.py", line 4, in <module>
    from tag import SWFTimelineContainer
ModuleNotFoundError: No module named 'tag'

Looks like the PyPI release of this module doesn't support Python 3