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

updating to work on debian sid : RuntimeError: Data access methods are unsupported. Use normal Python attributes instead #19

Open h4ck3rm1k3 opened 10 years ago

h4ck3rm1k3 commented 10 years ago

I get this error : mdupont@mdupont-Aspire-7750G:~/experiments/a11n/accerciser-mirror$ accerciser Traceback (most recent call last): File "/usr/bin/accerciser", line 50, in accerciser.main() File "/usr/local/lib/python2.7/dist-packages/accerciser/init.py", line 35, in main main = Main() File "/usr/local/lib/python2.7/dist-packages/accerciser/accerciser.py", line 62, in init self.window = AccerciserMainWindow(self.node) File "/usr/local/lib/python2.7/dist-packages/accerciser/main_window.py", line 51, in init self._populateUI(node) File "/usr/local/lib/python2.7/dist-packages/accerciser/main_window.py", line 110, in _populateUI paned.set_data('last_position', paned.get_position()) File "/usr/lib/python2.7/dist-packages/gi/overrides/GObject.py", line 590, in _unsupported_data_method raise RuntimeError('Data access methods are unsupported. ' RuntimeError: Data access methods are unsupported. Use normal Python attributes instead

J20S commented 9 years ago

I got the same error!