Eeks! Looks like a couple bugs in the code: 1) Orca uses xmodmap to handle the Caps_Lock key on the X server. We should ignore xmodmap errors (or just not call xmodmap) if the DISPLAY cannot be reached.
2) orca_i18n.py uses the debug module without importing it. I just checked fixes for these into GNOME SVN (GNOME switched from CVS to SVN over the holidays). Thanks for pointing them out! Will PS - See http://developer.gnome.org/tools/svn.html for more info on GNOME SVN. On Sat, 2006-12-30 at 10:20 +0000, Halim Sahin wrote: > Hello, > > I installed a new snapshot of todays orca cvs on my laptop. > orca -t prints the folowing: > xmodmap: unable to open display '' > Traceback (most recent call last): > File "<string>", line 1, in ? > File "/usr/local/lib/python2.4/site-packages/orca/orca.py", line 53, in ? > import atspi > File "/usr/local/lib/python2.4/site-packages/orca/atspi.py", line 55, in ? > import rolenames > File "/usr/local/lib/python2.4/site-packages/orca/rolenames.py", line 31, > in ? > import settings > File "/usr/local/lib/python2.4/site-packages/orca/settings.py", line 64, in > ? > from orca_i18n import _ # for gettext support > File "/usr/local/lib/python2.4/site-packages/orca/orca_i18n.py", line 45, > in ? > debug.printException(debug.LEVEL_FINEST) > NameError: name 'debug' is not defined > > > Whats wrong there? Is a package missing? > > Thanks > Halim > > > _______________________________________________ > gnome-accessibility-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gnome-accessibility-list _______________________________________________ gnome-accessibility-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-accessibility-list
