Skip to content
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

can't load no speech synthesizer #1294

Closed
nvaccessAuto opened this issue Dec 30, 2010 · 3 comments
Closed

can't load no speech synthesizer #1294

nvaccessAuto opened this issue Dec 30, 2010 · 3 comments

Comments

@nvaccessAuto
Copy link

Reported by Bernd on 2010-12-30 17:19
STR: Go to the synthesizer dialog and select the no speech synthesizer.

actuall results:
The following error message popps up:
Could not load the silence synthesizer.

The log shows the folowing:
ERROR - synthDriverHandler.setSynth (15:55:11):
setSynth
Traceback (most recent call last):
File "C:\nvda\main\source\synthDriverHandler.py", line 78, in setSynth
newSynth.loadSettings()
File "C:\nvda\main\source\synthDriverHandler.py", line 394, in loadSettings
if self.isSupported("voice"):
File "C:\nvda\main\source\synthDriverHandler.py", line 383, in isSupported
for s in self.supportedSettings:
File "C:\nvda\main\source\baseObject.py", line 21, in get
return self.fget(instance)
File "C:\nvda\main\source\synthDriverHandler.py", line 334, in _get_supportedSettings
raise NotImplementedError
NotImplementedError

@nvaccessAuto
Copy link
Author

Comment 1 by jteh on 2010-12-30 23:31
Woops. This is a regression that I caused in 25e9bde. All synths must now implement the supportedSettings attribute.
Changes:
Milestone changed from None to 2011.1

@nvaccessAuto
Copy link
Author

Comment 2 by mdcurran on 2011-01-04 00:42
Fixed in 70a195f.
Changes:
State: closed

@nvaccessAuto
Copy link
Author

Comment 3 by mdcurran on 2011-01-04 00:44
Sorry! fixed in 35c589f.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants