-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Sebastian Lara schrieb: > Hello, > > I couldn't find the rhythmbox module in [1], so I started a new one[2] > for 2.20. It uses DBUS and ElementTree to parse the xml rhythmbox > database. It's just a start but it works. > > [1]: > http://mail.gnome.org/archives/deskbar-applet-list/2006-July/msg00004.html > [2]: http://www2.udec.cl/~slara/deskrhythm.py > > Thanks for your excelent work :) Long long time without a response, but know you have one ;)
Apparently, your module only works with Python 2.4. Starting with Python 2.5 elementtree is included in Python [1]. You have to check which module you have to import. In addition, it's useful if you add a has_requirements method to your module to check whether the elementree module could be located. More info on writing modules is available at http://www.k-d-w.org/deskbar/new-style_modules.html [1]: http://docs.python.org/lib/module-xml.etree.ElementTree.html - -- Greetings, Sebastian Pölsterl -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHL1YU1ygZeJ3lLIcRAjLGAKCuzbTO2qpUmG3q0jhcs9kdDKqTeQCbBBK+ fpeoQhLQ0U77nniHK9WLuX4= =Fpnk -----END PGP SIGNATURE----- _______________________________________________ deskbar-applet-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/deskbar-applet-list
