install/link matplotlib backend in parallel python version

Hi,

I would like to use the pre-installed backends like TKAgg an so on

with python2.7.

My standard-python is 2.6 and python 2.7 doesnt find the backends.

python2.7:
import matplotlib
matplotlib.use('TkAgg')
from pylab import *

error something like: no tkinter installed

Please help! :slight_smile:

路路路

--
View this message in context: http://old.nabble.com/install-link-matplotlib-backend-in-parallel-python-version-tp33707166p33707166.html
Sent from the matplotlib - users mailing list archive at Nabble.com.