pyTTS broken SOLVED

Bell, Kevin kevin.bell at slcgov.com
Fri Dec 21 15:57:57 EST 2007


I was using python 2.4.1 which was the problem.  Upgrading to 2.4.4
fixed it...

Thanks!



-----Original Message-----
From: python-list-bounces+kevin.bell=slcgov.com at python.org
[mailto:python-list-bounces+kevin.bell=slcgov.com at python.org] On Behalf
Of Fredrik Lundh
Sent: Friday, December 21, 2007 12:41 PM
To: python-list at python.org
Subject: Re: pyTTS broken : (

Bell, Kevin wrote:

> Importing pyTTS works, but then it bombs...  any ideas?  This worked 
> without a hitch on my old computer!
> 
>> >> import pyTTS
> 
>> >> tts = pyTTS.Create()
> 
> Traceback (most recent call last):
>   File "C:\<string>", line 1, in ?
>   File "c:\Python24\Lib\site-packages\pyTTS\__init__.py", line 28, in
Create
>     raise ValueError('"%s" not supported' % api)
> 
> ValueError: "SAPI" not supported

SAPI is Microsoft's Speech API.  Have you installed the SAPI core 
libraries on your new computer?

    http://www.mindtrove.info/articles/pytts.html#prerequisites

If you're planning to redistribute PyTTS applications, see:

    http://support.microsoft.com/kb/320207

</F>

-- 
http://mail.python.org/mailman/listinfo/python-list



More information about the Python-list mailing list