GNOME Bugzilla – Bug 598556
Import errors for mouse_review and braille
Last modified: 2009-10-19 14:40:40 UTC
Fails to start on Karmic test machine $ orca ** (orca:2756): WARNING **: Trying to register gtype 'WnckWindowState' as flags when in fact it is of type 'GEnum' ** (orca:2756): WARNING **: Trying to register gtype 'WnckWindowActions' as flags when in fact it is of type 'GEnum' ** (orca:2756): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as flags when in fact it is of type 'GEnum' Traceback (most recent call last):
+ Trace 218332
import mouse_review
import braille
_defaultContractionTable = louis.getDefaultTable()
The Wnck issues are known and are not Orca. :-( The following lines make me suspicious that there might be a configuration issue on the machine since the line in question doesn't exist in the current source code:
+ Trace 218334
What does "orca --version" give you?
See also http://git.gnome.org/cgit/orca/commit/?id=d39129373385d3616b4ab866da6d8d4abf2dbcbf
Willie, looks a packaging issue in Ubuntu. Removing the gnome-orca package and deleting orca folder manually from /usr/lib/python2.6/dist-packages fixed this error.
Thanks!