Benjamin Schieder wrote: > Hi list. > > I've found one regression with the Nov 30 image: > Neomis and NumberX don't work anymore: > > r...@om-gta02 ~ $ numberx > Traceback (most recent call last): > File "/usr/bin/numberx", line 27, in <module> > main() > File "/usr/lib/python2.6/site-packages/numberx/numberx.py", line 543, in > main > NumberX() > File "/usr/lib/python2.6/site-packages/numberx/numberx.py", line 141, in > __init__ > self.win.destroy = (self.quit, None) > AttributeError: 'elementary.c_elementary.Window' object has no attribute > 'destroy' > r...@om-gta02 ~ $ neomis > Traceback (most recent call last): > File "/usr/bin/neomis", line 27, in <module> > main() > File "/usr/lib/python2.6/site-packages/neomis/neomis.py", line 669, in main > Neomis() > File "/usr/lib/python2.6/site-packages/neomis/neomis.py", line 595, in > __init__ > self.win.destroy = (self.quit, None) > AttributeError: 'elementary.c_elementary.Window' object has no attribute > 'destroy' > > Any idea where this comes from and how to fix it?
Since revision 43900 of python-elementary, the callbacks API has changed. I updated already NeoLight, Neomix and NumberX. opkg install http://neolight.googlecode.com/files/neolight_1.3.2-r0_all.ipk opkg install http://neomis.googlecode.com/files/neomis_1.0.1-r0_all.ipk opkg install http://numberx.googlecode.com/files/numberx_1.0.1-r0_all.ipk Have fun, -- Valéry 'Valos' Febvre _______________________________________________ Shr-User mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-user
