[matplotlib-devel] libpng14 error

2010-02-05 Thread Randy Heiland
This is probably already known, but I'll go ahead and post it. In trying to build against libpng-1.4.0, I had to edit src/_png.cpp: // png_destroy_read_struct(&png_ptr, &info_ptr, png_infopp_NULL); png_destroy_read_struct(&png_ptr, &info_ptr, NULL); -Randy --

[matplotlib-devel] mpl eggs and Tcl-Tk 8.5

2008-10-05 Thread Randy Heiland
Short/naive question: do the mpl eggs have a dependency on Tk 8.4? Longer question: I'm trying to support a plugin (NLOPredict) to a popular molecular vis pkg (UCSF Chimera) and, no surprise, the plugin uses mpl. Chimera bundles its own Python, plus all dependencies. The latest version s