You are not logged in.
Hi there.
I'm willing to update Accerciser in AUR to 3.3.1, but I've got a few error messages python/gobject related. Does someone understand them, know how to fix it or know if this should be reported to upstream?
Thanks in advance!
See PKGBUILD and the install file I'm working on.
Output in the terminal:
/usr/lib/python2.7/site-packages/gi/types.py:43: Warning: g_object_unref: assertion `G_IS_OBJECT (object)' failed
return info.invoke(*args, **kwargs)Error messages in program's interface:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 6: ordinal not in range(128)
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 64, in init
_SectionAccessible(ui_xml, self.node),
File "/usr/share/accerciser/plugins/interface_view.py", line 171, in __init__
self._setExpanderChildrenSensitive(False)
File "/usr/share/accerciser/plugins/interface_view.py", line 235, in _setExpanderChildrenSensitive
elif _('(not implemented)') not in label_text:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 6: ordinal not in range(128)
AttributeError: 'InterfaceViewer' object has no attribute 'sections'
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 134, in onAccChanged
for section_obj in self.sections:
File "/usr/lib/python2.7/site-packages/accerciser/plugin/base_plugin.py", line 123, in __getattribute__
obj = super(Plugin, self).__getattribute__(name)
AttributeError: 'InterfaceViewer' object has no attribute 'sections'
AttributeError: 'module' object has no attribute 'iplib'
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/console.py", line 42, in init
self.ipython_view = ipython_view.IPythonView()
File "/usr/share/accerciser/plugins/ipython_view.py", line 459, in __init__
input_func=self.raw_input)
File "/usr/share/accerciser/plugins/ipython_view.py", line 71, in __init__
IPython.iplib.raw_input_original = input_func
AttributeError: 'module' object has no attribute 'iplib'
AttributeError: 'Console' object has no attribute 'ipython_view'
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/console.py", line 58, in onAccChanged
self.ipython_view.updateNamespace({'acc': acc})
File "/usr/lib/python2.7/site-packages/accerciser/plugin/base_plugin.py", line 123, in __getattribute__
obj = super(Plugin, self).__getattribute__(name)
AttributeError: 'Console' object has no attribute 'ipython_view'Offline