from . import vtt, srt, sphinx, fcpxml
Closed this issue · 1 comments
dav3shanahan commented
How do I resolve this issue that prevents the program from running?
"Traceback (most recent call last):
File "C:\videogrep-master\videogrep\videogrep.py", line 7, in
from . import vtt, srt, sphinx, fcpxml
ImportError: attempted relative import with no known parent package"
tagraf commented
(Not a programmer but a guess)
I think you may need to do:
pip install vtt srt sphinx fcpxml
But yeah, those modules should be included within the package -- or during the installation process.