agermanidis / autosub

[NO LONGER MAINTAINED] Command-line utility for auto-generating subtitles for any video file
MIT License
4.15k stars 1.65k forks source link

... hi #121

Open seisdr opened 5 years ago

seisdr commented 5 years ago

File "/data/data/com.termux/files/usr/bin/autosub", line 136 print "The given file does not exist: {0}".format(filename)

File "/data/data/com.termux/files/usr/bin/autosub", line 136 print "The given file does not exist: {0}".format(filename)

helloworldkr commented 5 years ago

Please elaborate on your issue How are you trying to use autosub Clear description please

catalinvr commented 5 years ago

Hi,

I was able to reproduce the issue, on System Version: macOS 10.14.6 (18G103).

Python 3.7.4
➜  ~ autosub --help
  File "/usr/local/bin/autosub", line 136
    print "The given file does not exist: {0}".format(filename)
                                             ^
SyntaxError: invalid syntax

Thanks, Cata

jacklxc commented 5 years ago

Same issue observed.

helloworldkr commented 5 years ago

You are trying to run the program with Python 3 Try using python2

jacklxc commented 5 years ago

@helloworldkr Thanks for your prompt response. I was helpful!

seisdr commented 5 years ago

text to speech ? But I'm on android

helloworldkr commented 5 years ago

@seisdr why do you need to use this on android system ,.. android has its own tts (text to speech) Please explain your problem

seisdr commented 5 years ago

This one made for Linux is it so it doesn't work on android is tts

0xAlbertChen commented 4 years ago

OS: MAC 10.15

~autosub -h File "/usr/local/bin/autosub", line 136 print "The given file does not exist: {0}".format(filename) ^ SyntaxError: invalid syntax

`python Python 2.7.18 (v2.7.18:8d21aa21f2, Apr 19 2020, 20:48:48) [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)] on darwin Type "help", "copyright", "credits" or "license" for more information.

`