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 <module>
    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 <daniels...@gmail.com> 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.
>
>
>
_______________________________________________
gegl-developer-list mailing list
gegl-developer-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gegl-developer-list

Reply via email to