我正在尝试matplotlib
在 Python 中使用,但任何导入都失败并出现以下错误:
from matplotlib.backends.backend_gtk3cairo import FigureCanvasGTK3Cairo as FigureCanvas
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python27\lib\site-packages\matplotlib\backends\backend_gtk3cairo.py", line 6, in <module>
from . import backend_gtk3
File "C:\Python27\lib\site-packages\matplotlib\backends\backend_gtk3.py", line 21, in <module>
"Gtk3 backend requires the GObject introspection bindings for Gtk 3 "
ImportError: Gtk3 backend requires the GObject introspection bindings for Gtk 3 to be installed.
该应用程序需要能够在 Windows 机器上运行。有人对此有任何支持吗?
我发现很多旧线程说GTK3
在 Windows 上无法使用和 Python,但它们至少有 2-3 年的历史。所以从那以后事情可能已经发生了变化。