Matlotlib后端tkagg,你没有这个特定的模块

时间:2016-10-29 09:56:41

标签: python matplotlib tkinter backend

当我在我的导入的开始处运行我的代码时,会发现此错误:

    #Imports
    import matplotlib
    matplotlib.use("TkAgg")
    from matplotlib.backends.backend_tkagg import FigureCanvasTkAgg, NavigationToolbar2TkAgg

错误:

    from matplotlib.backends import _tkagg
   ImportError: DLL load failed: The specified module could not be found.

有谁知道如何解决这个问题?

0 个答案:

没有答案