Re: [Tutor] Having trouble figuring out bug

2013-02-13 Thread richard kappler
On Wed, Feb 13, 2013 at 6:56 PM, Steven D'Aprano wrote: > On 14/02/13 10:14, richard kappler wrote: > >> I have tried to run the Google speech recognition code found here: >> https://github.com/jeysonmc/**python-google-speech-scripts/** >> blob/master/stt_google.py

Re: [Tutor] Having trouble figuring out bug

2013-02-13 Thread richard kappler
> See that KeyboardInterrupt line? That was missing from your first post. > > You get that because you have hit Ctrl-C, which is Python's way of halting > the running code (if possible). If you don't want this exception, then > don't hit Ctrl-C. > > Which of course brings you to a dilemma -- the so

Re: [Tutor] Having trouble figuring out bug

2013-02-13 Thread Steven D'Aprano
On 14/02/13 11:16, richard kappler wrote: On Wed, Feb 13, 2013 at 6:56 PM, Steven D'Apranowrote: On 14/02/13 10:14, richard kappler wrote: I have tried to run the Google speech recognition code found here: https://github.com/jeysonmc/**python-google-speech-scripts/** blob/master/stt_google.py

Re: [Tutor] Having trouble figuring out bug

2013-02-13 Thread Steven D'Aprano
On 14/02/13 10:14, richard kappler wrote: I have tried to run the Google speech recognition code found here: https://github.com/jeysonmc/python-google-speech-scripts/blob/master/stt_google.py I am getting the following traceback: Traceback (most recent call last): File "", line 1, in File

[Tutor] Having trouble figuring out bug

2013-02-13 Thread richard kappler
I have tried to run the Google speech recognition code found here: https://github.com/jeysonmc/python-google-speech-scripts/blob/master/stt_google.py I am getting the following traceback: Traceback (most recent call last): File "", line 1, in File "GoogSTT.py", line 43, in listen_for_speech