【发布时间】:2020-06-04 02:36:16
【问题描述】:
我已经安装了 Python 3.8.1,并按照 PyGObject tutorial 安装了模块。
我已经安装了 MSYS2 64 位,我当然可以使用 MSYS2 终端导入 gi 模块:
但是,如果我从 cmd 提示符或 PyCharm 运行 Python,它将无法工作:
我希望能够从 PyCharm 运行我的项目。我错过了什么?
【问题讨论】:
标签: python-3.x windows pycharm pygobject