You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
I just installed pyswf 1.5.4 for the first time from pip and was not able to import it due to this error:
The text was updated successfully, but these errors were encountered: