Re: Python plugin API not working as expected



Hi.

Good to know there's some progress on this. Maybe this will come in
handy for the random image order plugin I'm working on. I'll check out
that new version asap.

Regards,

Johannes.

On Thu, 2009-01-08 at 11:31 +0100, Felix Riemann wrote:
> Hi. Just wanted to give an update.
> 
> Am Donnerstag, den 25.12.2008, 23:04 +0100 schrieb Felix Riemann:
> > The open_uri_list warning is a left-over from the GnomeVFS->GIO
> > migration which happened for 2.24. We seem to have forgotten to update
> > the Python bindings then, so there are probably more functions not
> > working. I hopefully find the time to look at it again in time for 2.26.
> > The right binding would be, as you already guessed, open_file_list. The
> > bindings generator is unfortunately not picking it up directly atm,
> > probably due to GIO. Have to check if PyGTK has catched up with the
> > necessary GIO-support yet (my distro still only offers 2.13.0).
> > 
> This one is a harder one. Although the latest development version
> (2.25.4) dropped the GnomeVFS references in the python bindings this
> specific one is not working yet. As the bindings generator doesn't seem
> to be able to handle GSList/GList parameters on its own, this is
> probably going to need a hand-written override.
> 
> > For the other one, the bindings generator spits out a warning:
> > "Could not write method EogListStore.get_image_by_pos: No ArgType for
> > const-gint"
> > So the function is not wrapped right now. Need to investigate that
> > one.
> > 
> This one should be working now (2.25.4).
> 
> Regards,
> 
> Felix
> 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]