Results 1 to 1 of 1
I just installed a program called Accerciser, but when I run it through command line, it throws error:
---------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/bin/accerciser", line 76, in <module>
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-12-2012 #1Just Joined!
- Join Date
- May 2012
- Posts
- 82
GtkShadowType' has no attribute
I just installed a program called Accerciser, but when I run it through command line, it throws error:
---------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/bin/accerciser", line 76, in <module>
accerciser.main()
File "/usr/local/lib/python2.7/site-packages/accerciser/__init__.py", line 35, in main
main = Main()
File "/usr/local/lib/python2.7/site-packages/accerciser/accerciser.py", line 62, in __init__
self.window = AccerciserMainWindow(self.node)
File "/usr/local/lib/python2.7/site-packages/accerciser/main_window.py", line 51, in __init__
self._populateUI(node)
File "/usr/local/lib/python2.7/site-packages/accerciser/main_window.py", line 87, in _populateUI
sw.set_shadow_type(gtk.ShadowType.IN_)
AttributeError: type object 'GtkShadowType' has no attribute 'IN_'
--------------------------------------------------------------
how can I deal with this error? thanks!


Reply With Quote
