我正在尝试在 python (3.4) 中开始使用 libgda。要导入 Gda 模块,我会这样做from gi.repository import Gda
我想使用GdauiTreeStore
但我不知道如何导入 Gda-ui 模块...
这样的事情没有奏效:
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
(与下划线而不是破折号相同)