Python Forum
Videogrep .VTT problem win Windows 10
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Videogrep .VTT problem win Windows 10
#1
https://github.com/antiboredom/videogrep
I am using Win10, python 3.70, everything installed fine, but I got this, problem.
already .srt or .vtt subtitle on folder and subtitle is showing on vlc player.
G:\Python37\Lib\site-packages\videogrep>videogrep --input "G:\9GAG\bikini" --sea
rch 'auditions'
Traceback (most recent call last):
File "G:\Python37\Lib\site-packages\videogrep\videogrep.py", line 14, in
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.
Reply
#2
post code that contains the problem here using BBCODE Python tags tags
post error traceback, verbatim within BBCODE error tags

If I understand your problem:
from .vtt import parse_auto_sub
is the offending code.
Remove the . before .vtt
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to configure Videogrep and PlayPhrase on my Windows 7 x64? miguel 4 5,161 Oct-04-2017, 06:50 PM
Last Post: miguel

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020