I'm trying to get started with libgda in python (3.4). To import the Gda module i do from gi.repository import Gda
I want to use GdauiTreeStore
but i don't know how to import the Gda-ui module...
Things like that didn't work:
from gi.repository import Gdaui
from gi.repository import GdaUi
from gi.repository import GdaUI
from gi.repository import Gda-ui
from gi.repository import Gda-Ui
from gi.repository import Gda-UI
(and same with underscore instead of dash)