RE: pyTTS broken SOLVED

2007-12-21 Thread Bell, Kevin
I was using python 2.4.1 which was the problem. Upgrading to 2.4.4 fixed it... Thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fredrik Lundh Sent: Friday, December 21, 2007 12:41 PM To: python-list@python.org Subject: Re: pyTTS broken

Re: pyTTS broken : (

2007-12-21 Thread Fredrik Lundh
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:\", line 1, in ? > File "c:\Python24\Lib\site-packages\pyTTS\__in

pyTTS broken : (

2007-12-21 Thread Bell, Kevin
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:\", line 1, in ? File "c:\Python24\Lib\site-packages\pyTTS\__init__.py", line 28, in Create