-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pyttsx always busy #54
Comments
Can you post your relevant code so someone can try to reproduce this? |
I've recently been getting the same problem - Related to threading module? Related to Python 3.6? Yet to produce a "minimum faulty program" for a bug report. |
|
|
The above two snippets show a working and non-working version of pyttsx on Windows. The non-working version involves a second thread. Note: This is based on Julian-O\pyttsx, which has had a trivial change to setup.py, to use pypiwin32 over win32com, as it is compatible with virtualenv. |
runAndWait infinitely loop. I think that's because of isBusy function which always returns "True".
The text was updated successfully, but these errors were encountered: