javihernandez / accerciser-mirror

Accerciser's personal mirror
http://live.gnome.org/Accerciser
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

Global name 'exwrap' is not defined in the Interface Viewer plugin #4

Open alibezz opened 13 years ago

alibezz commented 13 years ago

There's an error that appears sometimes with the following trace Traceback (most recent call last): File "/usr/local/lib/python2.7/site-packages/accerciser/plugin/base_plugin.py", line 158, in call return self.func(_args, *_kwargs) File "/usr/local/share/accerciser/plugins/interface_view.py", line 137, in onAccChanged section_obj.enable(acc) File "/usr/local/share/accerciser/plugins/interface_view.py", line 192, in enable self.populateUI(acc) File "/usr/local/share/accerciser/plugins/interface_view.py", line 655, in populateUI self.label_locale.set_text(di.getLocale()) File "/usr/lib/python2.7/site-packages/pyatspi/document.py", line 70, in getLocale return exwrap(Atspi.Document.get_locale, self.obj) NameError: global name 'exwrap' is not defined

Accerciser's branch: "pygtk-pygi-conversion-3.0"