Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 435516 - app-accessibility/accerciser-3.4.1 - /usr/lib/python2.7/site-packages/accerciser/plugin/base_plugin.py: AttributeError: 'NoneType' object has no attribute 'get_label_widget'
Summary: app-accessibility/accerciser-3.4.1 - /usr/lib/python2.7/site-packages/accerci...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gnome Accessibility (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-19 15:28 UTC by Peter Grasch
Modified: 2013-07-30 13:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge_info,5.41 KB, text/plain)
2012-09-19 15:28 UTC, Peter Grasch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Grasch 2012-09-19 15:28:18 UTC
Created attachment 324310 [details]
emerge --info

When launching accerciser (version 3.4.1), the following traceback is shown in the plugin error shell:

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/accerciser/plugin/base_plugin.py", line 157, in __call__
    return self.func(*args, **kwargs)
  File "/usr/share/accerciser/plugins/interface_view.py", line 95, in init
    section = _InterfaceSection(ui_xml, self.node, iface_name)
  File "/usr/share/accerciser/plugins/interface_view.py", line 171, in __init__
    self._setExpanderChildrenSensitive(False)
  File "/usr/share/accerciser/plugins/interface_view.py", line 230, in _setExpanderChildrenSensitive
    label = expander.get_label_widget()
AttributeError: 'NoneType' object has no attribute 'get_label_widget'

The object view on the left remains unpopulated and the KDE system monitor shows the relevant python instance and X to both consume around 50% CPU.
Comment 1 Peter Grasch 2012-09-21 19:29:04 UTC
Okay, interesting. Just noticed this:

This is broken (resulting in the error reported here):
bedahr@eucleia ~ $ LANG="de_AT" accerciser 

This, however, works:
bedahr@eucleia ~ $ LANG="en_US" accerciser 

Something in the localization seems to break it.
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2013-03-30 18:34:10 UTC
Could you please try with 3.6.2-r1 ?
Comment 3 Peter Grasch 2013-07-09 10:58:28 UTC
Doesn't hang anymore, no error reported but tree remains empty (works with LANG unset).
Comment 4 Pacho Ramos gentoo-dev 2013-07-27 11:12:58 UTC
Try latest 3.8 version, it contains lots of translations fixes
Comment 5 Peter Grasch 2013-07-30 13:25:14 UTC
Works with LANG="de_AT.UTF-8". Thanks!