missing cogl-path
All-In-One PyGI/PyGObject for Windows Installer
Status: Abandoned
Brought to you by:
tumagonx
I try to use cogl-path, but it seems there are no python bindings for it. I have full installation with all packages, and i found site-packages\gnome\libcogl-path-20.dll
import gi
gi.require_version('Clutter', '1.0')
from gi.repository import Clutter, Cogl
Cogl.Path.new()
gives "AttributeError: 'gi.repository.Cogl' object has no attribute 'Path'"