Re: [orca-list] Error regarding espeechfactory



    Hello,
This reminds me of an issue in arch linux when speech-dispatcher updated to version 0.8. Since speech-dispatcher 0.8 there are no python2 bindings packaged with speech-dispatcher.
Arch maintainers fixed the situation by packaging these bindings as a seperate package python2-speechd.

So if you are on arch make sure you are running the latest updates. You should run
pacman -Syu in order to update.

If you are running debian or ubuntu you may be missing speech-dispatcher or these python2 bindings I think it is package python2-speechd in these distributions as well.

Currently with gnome 3.8 orca has completelly migrated to python 3. With gnome 3.6 there were two branches one dependent on python2 and the other one on python3.


Greetings

Peter


On 23.04.2013 12:37, Bill Dengler(arch Gnu/Linux) wrote:
Orca was rewritten in python3. Are you sure your system is up to date?

Bill
On 04/23/13 06:28, Nandana Mahanta wrote:
if I execute orca via the command line I get the following error in terminal:

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/orca/speech.py", line 130, in init
    _initSpeechServer(moduleName, None)
  File "/usr/lib/python2.7/dist-packages/orca/speech.py", line 114, in _initSpeechServer
    raise Exception("No speech server for factory: %s" % moduleName)
Exception: No speech server for factory: speechdispatcherfactory


Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/orca/espeechfactory.py", line 151, in getSpeechServer
    return SpeechServer(info[0])
  File "/usr/lib/python2.7/dist-packages/orca/espeechfactory.py", line 178, in __init__
    e = __import__(_getcodes(engine),
  File "/usr/lib/python2.7/dist-packages/orca/espeechfactory.py", line 442, in _getcodes
    raise Exception("No code table for %s" % engine)
Exception: No code table for festival


Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/orca/espeechfactory.py", line 151, in getSpeechServer
    return SpeechServer(info[0])
  File "/usr/lib/python2.7/dist-packages/orca/espeechfactory.py", line 196, in __init__
    stdin=PIPE, stdout=PIPE, stderr=PIPE)
  File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1249, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory


Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/orca/speech.py", line 130, in init
    _initSpeechServer(moduleName, None)
  File "/usr/lib/python2.7/dist-packages/orca/speech.py", line 114, in _initSpeechServer
    raise Exception("No speech server for factory: %s" % moduleName)
Exception: No speech server for factory: espeechfactory


Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/orca/speech.py", line 130, in init
    _initSpeechServer(moduleName, None)
  File "/usr/lib/python2.7/dist-packages/orca/speech.py", line 114, in _initSpeechServer
    raise Exception("No speech server for factory: %s" % moduleName)
Exception: No speech server for factory: speechdispatcherfactory


Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/orca/espeechfactory.py", line 151, in getSpeechServer
    return SpeechServer(info[0])
  File "/usr/lib/python2.7/dist-packages/orca/espeechfactory.py", line 178, in __init__
    e = __import__(_getcodes(engine),
  File "/usr/lib/python2.7/dist-packages/orca/espeechfactory.py", line 442, in _getcodes
    raise Exception("No code table for %s" % engine)
Exception: No code table for festival


Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/orca/espeechfactory.py", line 151, in getSpeechServer
    return SpeechServer(info[0])
  File "/usr/lib/python2.7/dist-packages/orca/espeechfactory.py", line 196, in __init__
    stdin=PIPE, stdout=PIPE, stderr=PIPE)
  File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1249, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory


Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/orca/speech.py", line 130, in init
    _initSpeechServer(moduleName, None)
  File "/usr/lib/python2.7/dist-packages/orca/speech.py", line 114, in _initSpeechServer
    raise Exception("No speech server for factory: %s" % moduleName)
Exception: No speech server for factory: espeechfactory


Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/orca/speech.py", line 130, in init
    _initSpeechServer(moduleName, None)
  File "/usr/lib/python2.7/dist-packages/orca/speech.py", line 114, in _initSpeechServer
    raise Exception("No speech server for factory: %s" % moduleName)
Exception: No speech server for factory: speechdispatcherfactory


Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/orca/espeechfactory.py", line 151, in getSpeechServer
    return SpeechServer(info[0])
  File "/usr/lib/python2.7/dist-packages/orca/espeechfactory.py", line 178, in __init__
    e = __import__(_getcodes(engine),
  File "/usr/lib/python2.7/dist-packages/orca/espeechfactory.py", line 442, in _getcodes
    raise Exception("No code table for %s" % engine)
Exception: No code table for festival


Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/orca/espeechfactory.py", line 151, in getSpeechServer
    return SpeechServer(info[0])
  File "/usr/lib/python2.7/dist-packages/orca/espeechfactory.py", line 196, in __init__
    stdin=PIPE, stdout=PIPE, stderr=PIPE)
  File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1249, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory


Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/orca/speech.py", line 130, in init
    _initSpeechServer(moduleName, None)
  File "/usr/lib/python2.7/dist-packages/orca/speech.py", line 114, in _initSpeechServer
    raise Exception("No speech server for factory: %s" % moduleName)
Exception: No speech server for factory: espeechfactory

Speech not available.
getModuleName: [DEAD] no longer exists
getModuleName: [DEAD] no longer exists

** (orca:21001): WARNING **: at-spi: Got no message at atspi-accessible.c line 916

I am new in orca. so please can anyone help me with this



_______________________________________________
orca-list mailing list
orca-list gnome org
https://mail.gnome.org/mailman/listinfo/orca-list
Visit http://live.gnome.org/Orca for more information on Orca.
The manual is at http://library.gnome.org/users/gnome-access-guide/nightly/ats-2.html
The FAQ is at http://live.gnome.org/Orca/FrequentlyAskedQuestions
Log bugs and feature requests at http://bugzilla.gnome.org
Find out how to help at http://live.gnome.org/Orca/HowCanIHelp



_______________________________________________
orca-list mailing list
orca-list gnome org
https://mail.gnome.org/mailman/listinfo/orca-list
Visit http://live.gnome.org/Orca for more information on Orca.
The manual is at http://library.gnome.org/users/gnome-access-guide/nightly/ats-2.html
The FAQ is at http://live.gnome.org/Orca/FrequentlyAskedQuestions
Log bugs and feature requests at http://bugzilla.gnome.org
Find out how to help at http://live.gnome.org/Orca/HowCanIHelp



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]