Thanks PGriffith. That was the problem.
import system
args = ['C:\Program Files (x86)\eSpeak\command_line\espeak.exe', "hello world"]
system.util.execute(args)
Thanks PGriffith. That was the problem.
import system
args = ['C:\Program Files (x86)\eSpeak\command_line\espeak.exe', "hello world"]
system.util.execute(args)