On Thu, May 28, 2009 at 7:55 PM, Brent Chiodo <[email protected]> wrote: > I'm trying to get a Python Statusbar plugin working in Scratchbox > (DIABLO_X86) but get this error: > > hildon-desktop[8588]: GLIB WARNING ** default - Could not reload > Python module 'quickclip' > Falling back to previous version > hildon-desktop[8588]: GLIB WARNING ** default - Cannot find function > "hd_plugin_get_objects" > > And the plugin does not load.
Can you provide some source code? As the error says, it could not find the necessary "hd_plugin_get_objects" function in your plugin, that should return a list of plugin objects. Regards, -- Anderson Lizardo OpenBossa Labs - INdT Manaus - Brazil _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
