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

ModuleNotFoundError: No module named 'tag' #48

Open
doctorcolossus opened this issue Feb 26, 2020 · 1 comment
Open

ModuleNotFoundError: No module named 'tag' #48

doctorcolossus opened this issue Feb 26, 2020 · 1 comment

Comments

@doctorcolossus
Copy link

doctorcolossus commented Feb 26, 2020

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'
@eric-wieser
Copy link

eric-wieser commented Jun 1, 2020

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

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

2 participants