2007/2/7, Björn Martensen <[EMAIL PROTECTED]>: > Hi, > I just upgraded python to 2.5 and rebuilt tracker from svn, but the > tracker handler for the deskbar applet isn't loaded anymore. > Deskbar-applet is rebuilt too. > > Is the handler not working with python 2.5 yet?
It should work with python 2.5. The problem you encountered is very likely in line 183. It's not properly encoded, so deskbar refuses to load the file. Simply remove this line (it's a comment anyway) and let us know if it works. @Eugenio: Could you take a look at that? Cheers, Michael _______________________________________________ tracker-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/tracker-list
