Re: [Gegl-developer] 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 <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 <danielsabo 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.





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