使用Tkinter OSX构建matplotlib

时间:2014-03-16 02:50:21

标签: python macos build matplotlib tkinter

我尝试使用Tkinter从源代码构建Matplotlib。

OSX版本10.9.2

这就是我所做的:

使用configure / make / make install

构建tcl8.6和tk8.6

使用configure / make / make install构建python2.7.6

当我尝试构建Matplotlib时,它会正确构建,除非它不会包含(构建)Tkinter:

我收到此消息:

  

可选后备依赖

             libpng: 1.6.9
           Tkinter: no
                    * Tkinter present, but header files are not found.
                    * You may need to install development packages.

为什么它找不到Tkinter标头或是否需要tk.h?

由于

0 个答案:

没有答案