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

 

 

 

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

Reply via email to