最佳答案
首先,您需要安装python3和开发标头.
原文链接:https://www.f2er.com/python/439177.html然后你需要告诉configure使用python3:
PYTHON=python3 ./configure
正常编译和安装
make
make install
然后你应该能够使用python3中的pygobject.
然后你需要告诉configure使用python3:
PYTHON=python3 ./configure
正常编译和安装
make
make install
然后你应该能够使用python3中的pygobject.