antiboredom / videogrep

automatic video supercuts with python
https://antiboredom.github.io/videogrep
Other
3.33k stars 257 forks source link

No module named '__main__.vtt'; '__main__' is not a package #57

Closed raj6996 closed 2 years ago

raj6996 commented 6 years ago

I am using Win10, python 3.70, everything installed fine, but I got this, problem. In CMD, I used> SET PATH=%PATH%;O:\Python3.7\Lib\site-packages\videogrep already .srt or .vtt subtitle on folder and subtitle is showing on vlc player.

G:\Python37\Lib\site-packages\videogrep>videogrep --input "G:\iG\bikini" --sea rch 'auditions' Traceback (most recent call last): File "G:\Python37\Lib\site-packages\videogrep\videogrep.py", line 14, in <modu le> from .vtt import parse_auto_sub ModuleNotFoundError: No module named 'main.vtt'; 'main' is not a package

G:\Python3.7\Lib\site-packages\videogrep>

Totally clueless! any help. thanks.