From: John H. <jdh...@ac...> - 2004-04-26 18:46:25
|
>>>>> "Gerry" == Gerry Wiener <ge...@uc...> writes: Gerry> Here's the output from ldd _tkagg.so: That looks bizarre to me; on my system (RHL9) _tkagg.so links with libtk, libtcl, libX11 and others. You are not even linking with the Tcl/Tk libs. It might be worthwhile to do a clean build and post the build results. > cd /your/path/to/matplotlib_src > rm -rf build > python setup.py build >& build.out JDH |