autosub icon indicating copy to clipboard operation
autosub copied to clipboard

... hi

Open seisdr opened this issue 6 years ago • 9 comments

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)

seisdr avatar Dec 19 '18 23:12 seisdr

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

helloworldkr avatar Feb 01 '19 09:02 helloworldkr

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

catalinvr avatar Oct 24 '19 09:10 catalinvr

Same issue observed.

jacklxc avatar Oct 27 '19 07:10 jacklxc

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

helloworldkr avatar Oct 27 '19 07:10 helloworldkr

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

jacklxc avatar Oct 27 '19 07:10 jacklxc

text to speech ? But I'm on android

seisdr avatar Oct 27 '19 10:10 seisdr

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

helloworldkr avatar Oct 29 '19 04:10 helloworldkr

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

seisdr avatar Oct 29 '19 10:10 seisdr

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.

`

0xAlbertChen avatar Jul 16 '20 03:07 0xAlbertChen