[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Text To Speech PYTTS



 
I am not sure what your error would be except that you may not have the recent speech for windows installed.
    There are certain things to download at the web site, 3 things total. But I did not download anything but the PYTTS and it worked on my Windows XP Pro platform.
 
    so take a look and see if you have the other 2 they ask you to get.
 
        Bruce
 
 
----- Original Message -----
Sent: Friday, February 29, 2008 1:18 PM
Subject: Re: [pygame] Text To Speech PYTTS

>>> import pyTTS
>>> tts = pyTTS.Create()

Traceback (most recent call last):
  File "<pyshell#1>", line 1, in <module>
    tts = pyTTS.Create()
  File "C:\dev\Python25\Lib\site-packages\pyTTS\__init__.py", line 28, in Create
    raise ValueError('"%s" not supported' % api)
ValueError: "SAPI" not supported