RSS/Atom feed Twitter
Site is read-only, email is disabled

Is there a python binding to Gegl other than Pygegl ?

This discussion is connected to the gegl-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

4 of 4 messages available
Toggle history

Please log in to manage your subscriptions.

Is there a python binding to Gegl other than Pygegl ? hhhh xhdhx 04 Jun 04:23
  Is there a python binding to Gegl other than Pygegl ? Daniel Sabo 04 Jun 05:15
   Is there a python binding to Gegl other than Pygegl ? hhhh xhdhx 04 Jun 07:06
    Is there a python binding to Gegl other than Pygegl ? Daniel Sabo 04 Jun 07:12
hhhh xhdhx
2013-06-04 04:23:45 UTC (over 11 years ago)

Is there a python binding to Gegl other than Pygegl ?

I want to use gegl for some image manipulation stuff at work , we are into python and would like to ideally use a python binding for the project . I tried using Pygegl and many of the functions seem to be broken , is there an alternative to pygegl ? Can u suggest a way forward .

Thanks John

Daniel Sabo
2013-06-04 05:15:28 UTC (over 11 years ago)

Is there a python binding to Gegl other than Pygegl ?

Pygegl is effectively dead. If you're using GEGL from Git you should use the GObject Introspection bindings.

You'll need to install the development packages for introspection, then build GEGL with the --enable-introspection option.

hhhh xhdhx
2013-06-04 07:06:44 UTC (over 11 years ago)

Is there a python binding to Gegl other than Pygegl ?

I installed it as you said , it got built and I was able to install , but when running the python examples it says ERROR:root:Could not find any typelib for Gegl Traceback (most recent call last):
File "./test-gegl.py", line 23, in from gi.repository import Gegl
ImportError: cannot import name Gegl

On checking the installed gi module in the file system i didn't find the Gegl module

Thanks
John

On Tue, Jun 4, 2013 at 10:45 AM, Daniel Sabo wrote:

Pygegl is effectively dead. If you're using GEGL from Git you should use the GObject Introspection bindings.

You'll need to install the development packages for introspection, then build GEGL with the --enable-introspection option.

Daniel Sabo
2013-06-04 07:12:21 UTC (over 11 years ago)

Is there a python binding to Gegl other than Pygegl ?

Where did you install GEGL? If you're installing to a prefix you need to add the typelib path, e.g.:
export GI_TYPELIB_PATH=$PREFIX/lib/girepository-1.0:$GI_TYPELIB_PATH

If you need help you might try asking on IRC (irc.gnome.org, #gegl or #gimp) for a quicker reply.