2
"輸入のGObject" の出現をすべて変更してください、私はこのようにGtkをimprotしよう: from gi.repository import Gtk
に "gi.repository輸入のGObjectから"
と私は次のエラーを取得:
ImportError: When using gi.repository you must not import static modules like "gobject". Please change all occurrences of "import gobject" to "from gi.repository import GObject"
そして試してみると同じエラーが出るfrom gi.repository import GObject
この問題を解決してください!