speechd-discuss
[Top][All Lists]
Advanced

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

Orca and Speech Dispatcher


From: Tomas Cerha
Subject: Orca and Speech Dispatcher
Date: Fri, 03 Aug 2007 10:07:26 +0200

M?rian Bruckschen wrote:
> The problem is Speech Dispatcher version, indeed.
> 
> (...)
> Speech Dispatcher version 0.6.2 or later is required.
> (...)
> 
> But, at the same time, I *do* have the right version of Speech Dispatcher:

Hi M?rian,

thank you for your debuging effort.  My guess now is, that you have an
older version of python Speech Dispatcher interface installed, and it
takes precedence over the new version (or the new version is not
installed at all).  Could you, please, check, whether you have a package
python-speechd installed?

  dpkg -l python-speechd

If so, uninstall it, please, and try the python import command again.
If it doesn't print any errors, stay in the python shell and invoke the
following command:

  from speechd import CallbackType

If it produces an error, you still have a problem.  Then send us the
result of this command (still in the python shell):

  print speechd.__file__

This will tell you which file is used by python.  Exit python shell and
run also this command:

  locate speechd/client.py

This should give us the complete list of all versions of the python SD
interface found on your system (considering that your locate database
was updated recently).

Good luck, Tomas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]