Peter Parente - 2004-10-06

Logged In: YES
user_id=624776

My guess is that the problem is in the Python win32com
package and not specifically in pyTTS. All pyTTS has done in
the two lines:

import pyTTS()
tts = pyTTS.pyTTS()

is dispatched a COM client using the Python win32com package.

Does this same problem happen when another Python COM client
is running? Or is it specifically related to pyTTS?