Script started on Thu 13 Mar 2008 21:31:16 EST jason jdc:/tmp$ export DISPLAY=:0 jason jdc:/tmp$ orca -t Traceback (most recent call last): File "/var/lib/python-support/python2.4/orca/gnomespeechfactory.py", line 846, in __speak return speaker.say(text) AttributeError: 'NoneType' object has no attribute 'say' Restarting speech... Traceback (most recent call last): File "/var/lib/python-support/python2.4/orca/gnomespeechfactory.py", line 1076, in reset self.__driver = self.__activateDriver(self.__iid) File "/var/lib/python-support/python2.4/orca/gnomespeechfactory.py", line 147, in __activateDriver isInitialized = driver.isInitialized() COMM_FAILURE Welcome to Orca setup. Traceback (most recent call last): File "/var/lib/python-support/python2.4/orca/orca.py", line 996, in _showPreferencesConsole module.showPreferencesUI() File "/var/lib/python-support/python2.4/orca/orca_console_prefs.py", line 435, in showPreferencesUI if not setupSpeech(prefsDict): File "/var/lib/python-support/python2.4/orca/orca_console_prefs.py", line 197, in setupSpeech len(workingFactories) > 1) File "/var/lib/python-support/python2.4/orca/orca_console_prefs.py", line 108, in sayAndPrint speech.speak(text, voice) File "/var/lib/python-support/python2.4/orca/speech.py", line 161, in speak _speechserver.speak(text, __resolveACSS(acss), interrupt) File "/var/lib/python-support/python2.4/orca/gnomespeechfactory.py", line 873, in speak self.__speak(text, acss, interrupt) File "/var/lib/python-support/python2.4/orca/gnomespeechfactory.py", line 820, in __speak speaker = self.__getSpeaker(acss) File "/var/lib/python-support/python2.4/orca/gnomespeechfactory.py", line 411, in __getSpeaker voices = self.__driver.getAllVoices() AttributeError: 'NoneType' object has no attribute 'getAllVoices' Traceback (most recent call last): File "/var/lib/python-support/python2.4/orca/gnomespeechfactory.py", line 846, in __speak return speaker.say(text) AttributeError: 'NoneType' object has no attribute 'say' Restarting speech... Traceback (most recent call last): File "/var/lib/python-support/python2.4/orca/gnomespeechfactory.py", line 1076, in reset self.__driver = self.__activateDriver(self.__iid) File "/var/lib/python-support/python2.4/orca/gnomespeechfactory.py", line 147, in __activateDriver isInitialized = driver.isInitialized() COMM_FAILURE Traceback (most recent call last): File "/var/lib/python-support/python2.4/orca/orca.py", line 958, in showPreferencesGUI module.showPreferencesUI() File "/var/lib/python-support/python2.4/orca/orca_gui_prefs.py", line 4544, in showPreferencesUI speech.speak(line) File "/var/lib/python-support/python2.4/orca/speech.py", line 161, in speak _speechserver.speak(text, __resolveACSS(acss), interrupt) File "/var/lib/python-support/python2.4/orca/gnomespeechfactory.py", line 873, in speak self.__speak(text, acss, interrupt) File "/var/lib/python-support/python2.4/orca/gnomespeechfactory.py", line 820, in __speak speaker = self.__getSpeaker(acss) File "/var/lib/python-support/python2.4/orca/gnomespeechfactory.py", line 411, in __getSpeaker voices = self.__driver.getAllVoices() AttributeError: 'NoneType' object has no attribute 'getAllVoices' jason jdc:/tmp$ orca --disable=speech -t Traceback (most recent call last): File "/var/lib/python-support/python2.4/orca/gnomespeechfactory.py", line 846, in __speak return speaker.say(text) AttributeError: 'NoneType' object has no attribute 'say' Restarting speech... Traceback (most recent call last): File "/var/lib/python-support/python2.4/orca/gnomespeechfactory.py", line 1076, in reset self.__driver = self.__activateDriver(self.__iid) File "/var/lib/python-support/python2.4/orca/gnomespeechfactory.py", line 147, in __activateDriver isInitialized = driver.isInitialized() COMM_FAILURE Welcome to Orca setup. Traceback (most recent call last): File "/var/lib/python-support/python2.4/orca/orca.py", line 996, in _showPreferencesConsole module.showPreferencesUI() File "/var/lib/python-support/python2.4/orca/orca_console_prefs.py", line 435, in showPreferencesUI if not setupSpeech(prefsDict): File "/var/lib/python-support/python2.4/orca/orca_console_prefs.py", line 197, in setupSpeech len(workingFactories) > 1) File "/var/lib/python-support/python2.4/orca/orca_console_prefs.py", line 108, in sayAndPrint speech.speak(text, voice) File "/var/lib/python-support/python2.4/orca/speech.py", line 161, in speak _speechserver.speak(text, __resolveACSS(acss), interrupt) File "/var/lib/python-support/python2.4/orca/gnomespeechfactory.py", line 873, in speak self.__speak(text, acss, interrupt) File "/var/lib/python-support/python2.4/orca/gnomespeechfactory.py", line 820, in __speak speaker = self.__getSpeaker(acss) File "/var/lib/python-support/python2.4/orca/gnomespeechfactory.py", line 411, in __getSpeaker voices = self.__driver.getAllVoices() AttributeError: 'NoneType' object has no attribute 'getAllVoices' Speech not available. jason jdc:/tmp$ exit Script done on Thu 13 Mar 2008 21:32:28 EST