我尝试使用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?
由于