Hi, Try please the following: boot the gnome live cd and start python type:
import louis
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.6/site-packages/louis/__init__.py", line 41, in <module
liblouis = cdll.LoadLibrary("liblouis.so") File "/usr/lib/python2.6/ctypes/__init__.py", line 431, in LoadLibrary return self._dlltype(name) File "/usr/lib/python2.6/ctypes/__init__.py", line 353, in __init__ self._handle = _dlopen(self._name, mode) OSError: liblouis.so: cannot open shared object file: No such file or directory
It seems that the python bindings are installed but not the real library which does the translation.
In this case orca refuses to start.
Another Problem is that the shipped configs for orca are outdated and should be updated. Regards halim
Hi, the tested live cd was opensuse 11.2 milestone 6 Regards Halim
Le vendredi 21 août 2009, à 17:56 +0200, Halim Sahin a écrit :
Hi, Try please the following: boot the gnome live cd and start python type:
import louis
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.6/site-packages/louis/__init__.py", line 41, in <module
liblouis = cdll.LoadLibrary("liblouis.so")
File "/usr/lib/python2.6/ctypes/__init__.py", line 431, in LoadLibrary return self._dlltype(name) File "/usr/lib/python2.6/ctypes/__init__.py", line 353, in __init__ self._handle = _dlopen(self._name, mode) OSError: liblouis.so: cannot open shared object file: No such file or directory
It seems that the python bindings are installed but not the real library which does the translation.
In this case orca refuses to start.
Thanks, that was a packaging bug in python-louis, mainly. Fixed in GNOME:Factory.
Another Problem is that the shipped configs for orca are outdated and should be updated.
Hrm, what do you mean?
Vincent
Hi On the live medium, the orca settings are located in /home/linux/.orca. These were copied when the user enables a11y during boot. The orca settings were done using orca v2.24. They don't longer work with orca 2.27x.
Current orca doesn't recognize active at-spi-registryd and tries to create new settings. HTH. Halim
Hi, On Fr, Aug 21, 2009 at 08:55:22 +0200, Vincent Untz wrote:
Le vendredi 21 août 2009, à 17:56 +0200, Halim Sahin a écrit :
Hi, Try please the following: boot the gnome live cd and start python type:
import louis
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.6/site-packages/louis/__init__.py", line 41, in <module
liblouis = cdll.LoadLibrary("liblouis.so")
File "/usr/lib/python2.6/ctypes/__init__.py", line 431, in LoadLibrary return self._dlltype(name) File "/usr/lib/python2.6/ctypes/__init__.py", line 353, in __init__ self._handle = _dlopen(self._name, mode) OSError: liblouis.so: cannot open shared object file: No such file or directory
It seems that the python bindings are installed but not the real library which does the translation.
In this case orca refuses to start.
Thanks, that was a packaging bug in python-louis, mainly. Fixed in GNOME:Factory.
I have tried the python-louis package from gnome:factory but the bug is still there. The python-bindings searches liblouis.so which doesn't exist under /usr/lib.
File "/usr/lib/python2.6/ctypes/__init__.py", line 353, in __init__ self._handle = _dlopen(self._name, mode) OSError: liblouis.so: cannot open shared object file: No such file or directory Regards Halim PS. The repo file was from:
http://download.opensuse.org/repositories/GNOME:/Factory/openSUSE_Factory/
Le mercredi 02 septembre 2009, à 09:59 +0200, Halim Sahin a écrit :
I have tried the python-louis package from gnome:factory but the bug is still there. The python-bindings searches liblouis.so which doesn't exist under /usr/lib.
What's the latest entry in "rpm -q --changelog python-louis"?
Vincent
On Thu, Sep 3, 2009 at 12:18 PM, Vincent Untzvuntz@opensuse.org wrote:
Le mercredi 02 septembre 2009, à 09:59 +0200, Halim Sahin a écrit :
I have tried the python-louis package from gnome:factory but the bug is still there. The python-bindings searches liblouis.so which doesn't exist under /usr/lib.
What's the latest entry in "rpm -q --changelog python-louis"?
Vincent
It seems that the latest update fixes that, but orca still has problems.
* Fri Aug 28 2009 vuntz@novell.com - Fix python-louis build: with the new upstream release, we now need to build the library before building the python bindings.
Type "help", "copyright", "credits" or "license" for more information.
import louis
However, when I try to load orca preferences: Traceback (most recent call last): File "/usr/lib64/python2.6/site-packages/orca/orca.py", line 1136, in showPreferencesGUI module.showPreferencesUI() File "/usr/lib64/python2.6/site-packages/orca/orca_gui_prefs.py", line 5115, in showPreferencesUI "orcaSetupWindow", prefsDict) File "/usr/lib64/python2.6/site-packages/orca/orca_gui_prefs.py", line 114, in __init__ orca_gtkbuilder.GtkBuilderWrapper.__init__(self, fileName, windowName) File "/usr/lib64/python2.6/site-packages/orca/orca_gtkbuilder.py", line 49, in __init__ self.builder.add_from_file(fileName) GError: Duplicate object id 'renderer3' on line 3197 (previously on line 1675)
Cheers, Stephen
Le jeudi 03 septembre 2009, à 12:45 -0600, Stephen Shaw a écrit :
It seems that the latest update fixes that, but orca still has problems.
- Fri Aug 28 2009 vuntz@novell.com
- Fix python-louis build: with the new upstream release, we now need to build the library before building the python bindings.
Type "help", "copyright", "credits" or "license" for more information.
import louis
However, when I try to load orca preferences: Traceback (most recent call last): File "/usr/lib64/python2.6/site-packages/orca/orca.py", line 1136, in showPreferencesGUI module.showPreferencesUI() File "/usr/lib64/python2.6/site-packages/orca/orca_gui_prefs.py", line 5115, in showPreferencesUI "orcaSetupWindow", prefsDict) File "/usr/lib64/python2.6/site-packages/orca/orca_gui_prefs.py", line 114, in __init__ orca_gtkbuilder.GtkBuilderWrapper.__init__(self, fileName, windowName) File "/usr/lib64/python2.6/site-packages/orca/orca_gtkbuilder.py", line 49, in __init__ self.builder.add_from_file(fileName) GError: Duplicate object id 'renderer3' on line 3197 (previously on line 1675)
I believe this one is fixed in orca 2.27.91.
Vincent