View Single Post
Old 08-08-07, 03:42 PM   #53
Fraggulus
Swabbie
 
Join Date: Jul 2007
Posts: 7
Downloads: 0
Uploads: 0
Default

Quote:
Originally Posted by minsc_tdp
Probably. Go to command prompt, cd \sh4speech and run perl go.pl and python hear.py and post the output of those two commands seperately. [...]
Hi minsc_tdp,

the output of the commands is as follows..

1st) perl go.pl:
Code:
sh4speech 1.3 by Minsc (Erik Knepfler)
Press CTRL-C when finished.

Initializing...
Cleanup (deleting phrase.tmp)
Caching key_codes.csv
Caching voice_commands.csv
Caching key_commands.csv
Waiting for a phrase to appear in phrase.tmp...
2nd) python hear.py:
Code:
Traceback (most recent call last):
  File "hear.py", line 113, in <module>
    speechReco = SpeechRecognition(wordsToAdd)
  File "hear.py", line 35, in __init__
    self.context = self.listener.CreateRecoContext()
  File "C:\Users\User\AppData\Local\Temp\gen_py\2.5\C866CA3A-32F7-11D2-9602-00C04F8EE628x0x5x3.py", line 2638, in CreateRecoContext
    ret = self._oleobj_.InvokeTypes(10, LCID, 1, (9, 0), (),) pywintypes.com_error: (-2147352567, 'Ausnahmefehler aufgetreten.', (0, None, None, None, 0, -2147467259), None)
Fraggulus is offline   Reply With Quote