KURT PETERS wrote:
> OK, I got by the tk part by installing tk-dev, but now get:
[...]
> build/temp.linux-i686-2.6/CXX/cxxextensions.o -L/usr/local/lib
> -L/usr/local/lib -ltk8.5 -ltcl8.5 -lstdc++ -lm -lfreetype -lz -lstdc++
> -lm -o build/lib.linux-i686-2.6/matplotlib/backends/_tkagg.so
> /usr/bin/ld: cannot find -ltk8.5
> collect2: ld returned 1 exit status
> error: command 'g++' failed with exit status 1
> [/code]
What does
ls /usr/lib/libtk8.5*
show?
Eric
|