Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: 'videodigest' is not recognized as an internal or external command
Post: RE: 'videodigest' is not recognized as an internal...

yl@yl-VirtualBox:~$ videodigest -i /media/sf_I/xm/xm.mp4 -s /media/sf_I/xm/xm.srt -L English -o rip.mp4 Traceback (most recent call last): File "/home/yl/.local/bin/videodigest", line 108, in <m...
MM2018 General Coding Help 2 2,791 Oct-12-2018, 02:43 PM
    Thread: ModuleNotFoundError: No module named '__main__.vtt'; '__main__' is not a package
Post: RE: ModuleNotFoundError: No module named '__main__...

I think it works only with MacOSX! Tested on latest ubuntu using virtualbox! I am getting same error like windows yl@yl-VirtualBox:~$ videogrep -i /media -s "Rule" -st word -o test.mp4 [!] No subtitle...
MM2018 General Coding Help 26 16,946 Oct-12-2018, 05:40 AM
    Thread: ModuleNotFoundError: No module named '__main__.vtt'; '__main__' is not a package
Post: RE: ModuleNotFoundError: No module named '__main__...

may be wait for antibordom untill he will setup for windows.
MM2018 General Coding Help 26 16,946 Oct-11-2018, 05:01 PM
    Thread: 'videodigest' is not recognized as an internal or external command
Post: 'videodigest' is not recognized as an internal or ...

https://github.com/agermanidis/videodigest successfully installed, also added all path to environment variables, but i got this error: C:\Python37\Scripts>videodigest 'videodigest' is not recognize...
MM2018 General Coding Help 2 2,791 Oct-09-2018, 01:23 PM
    Thread: ModuleNotFoundError: No module named '__main__.vtt'; '__main__' is not a package
Post: RE: ModuleNotFoundError: No module named '__main__...

(Sep-11-2018, 12:47 PM)snippsat Wrote: In setup.py there is: setup(name='videogrep', ... scripts = ['bin/videogrep'],This will not make a executable command line .exe for Windows. I...
MM2018 General Coding Help 26 16,946 Oct-01-2018, 11:03 AM
    Thread: ModuleNotFoundError: No module named '__main__.vtt'; '__main__' is not a package
Post: RE: ModuleNotFoundError: No module named '__main__...

(Sep-11-2018, 03:47 PM)Axel_Erfurt Wrote: I don't understand why you are using python myvideogrep.py Quote:Videogrep is a command line tool that searches through dialog in video files Quote:How to...
MM2018 General Coding Help 26 16,946 Sep-11-2018, 03:55 PM
    Thread: ModuleNotFoundError: No module named '__main__.vtt'; '__main__' is not a package
Post: RE: ModuleNotFoundError: No module named '__main__...

Thanks for reply! Yes, making windows .exe setup would be really cool idea! Now I assume why it works only for MacOSX. By the way I checked issue section on github, some windows users said it worked. ...
MM2018 General Coding Help 26 16,946 Sep-11-2018, 03:05 PM
    Thread: ModuleNotFoundError: No module named '__main__.vtt'; '__main__' is not a package
Post: RE: ModuleNotFoundError: No module named '__main__...

I have tested High Sierra MacOSX on Virtualbox, and downloaded apps, and not run via Terminal, works flawlessly. But same file was not works on Windows10/Ubuntu linux with 64bit python 3.7. Any expert...
MM2018 General Coding Help 26 16,946 Sep-11-2018, 11:08 AM
    Thread: ModuleNotFoundError: No module named '__main__.vtt'; '__main__' is not a package
Post: RE: ModuleNotFoundError: No module named '__main__...

Quote:You can send a bug report, Ok, I sent it. Quote:use another program There is no alternative program like Videogrep currently. Some programs are outdated, so I don't test them. Quote:or fork t...
MM2018 General Coding Help 26 16,946 Sep-06-2018, 08:04 AM
    Thread: ModuleNotFoundError: No module named '__main__.vtt'; '__main__' is not a package
Post: RE: ModuleNotFoundError: No module named '__main__...

C:\Python37>python C:\Python37\myvideogrep.py -i "C:\A" --search "Not you" -o "C:\test.mp4"python C:\Python37\myvideogrep.py -i "C:\A" --search "Not you" -o "C:\test.mp4" usage: myvideogrep.py [-h]...
MM2018 General Coding Help 26 16,946 Sep-06-2018, 12:06 AM
    Thread: ModuleNotFoundError: No module named '__main__.vtt'; '__main__' is not a package
Post: RE: ModuleNotFoundError: No module named '__main__...

(Sep-05-2018, 06:02 PM)Gribouillis Wrote: Then use full path python C:\Python37\myvideogrep.py -i "C:\A" --search 'Not you' -o "C:\test.mp4"Finally works for this, but I have tried. C:\Users\YL>p...
MM2018 General Coding Help 26 16,946 Sep-05-2018, 06:27 PM
  Photo Thread: ModuleNotFoundError: No module named '__main__.vtt'; '__main__' is not a package
Post: RE: ModuleNotFoundError: No module named '__main__...

I saved this in C:\Python37, C:\Users\YL>python myvideogrep.py -i "C:\A" --search 'Not you' -o "C:\test.mp4" (null): can't open file 'myvideogrep.py': [Errno 2] No such file or directory[Image: htt...
MM2018 General Coding Help 26 16,946 Sep-05-2018, 05:58 PM
    Thread: ModuleNotFoundError: No module named '__main__.vtt'; '__main__' is not a package
Post: RE: ModuleNotFoundError: No module named '__main__...

[Image: https://i.imgur.com/reUA35C.jpg] sorry, I don't create file like you said....wait don't need to reply. I saved this in C:\Python37, C:\Users\YL>python myvideogrep.py -i "C:\A" --search 'No...
MM2018 General Coding Help 26 16,946 Sep-05-2018, 05:44 PM
    Thread: ModuleNotFoundError: No module named '__main__.vtt'; '__main__' is not a package
Post: RE: ModuleNotFoundError: No module named '__main__...

Can you try in the python REPL? sorry I don't know REPL. may be learn about this later, as I just started python for 2 months ago. C:\Python37>python Python 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 0...
MM2018 General Coding Help 26 16,946 Sep-05-2018, 05:25 PM
    Thread: ModuleNotFoundError: No module named '__main__.vtt'; '__main__' is not a package
Post: RE: ModuleNotFoundError: No module named '__main__...

Larz60+, I add path, even I got any error, then I setup path manually every time. Gribouillis, did that many times! C:\Python37>videogrep Traceback (most recent call last): File "C:\Python37\Lib\...
MM2018 General Coding Help 26 16,946 Sep-05-2018, 05:12 PM
    Thread: ModuleNotFoundError: No module named '__main__.vtt'; '__main__' is not a package
Post: RE: ModuleNotFoundError: No module named '__main__...

I read somewhere 32bit better on python modules, I always prioritize 64bit apps, so I installed 64bit python. Then I got same problem over and over, I am totally clueless for last 1 month, then I rese...
MM2018 General Coding Help 26 16,946 Sep-05-2018, 04:18 PM
    Thread: ModuleNotFoundError: No module named '__main__.vtt'; '__main__' is not a package
Post: ModuleNotFoundError: No module named '__main__.vtt...

https://github.com/antiboredom/videogrep I am using 64bit Win10, python 32bit 3.70, everything installed fine, but I got this, problem. already .srt or .vtt subtitle on folder and subtitle is showing ...
MM2018 General Coding Help 26 16,946 Sep-05-2018, 09:41 AM
    Thread: Videogrep .VTT problem win Windows 10
Post: Videogrep .VTT problem win Windows 10

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 playe...
MM2018 Bar 1 2,260 Aug-16-2018, 10:09 AM

User Panel Messages

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