Installation: show(), and nothing happens...

Hi! :slight_smile:

there are three build-in python versions in my linux-distro

python (Standard) ->python 2.6.5
python2.7 ->python 2.7.1
python3 ->python 3.1.2

mpl works fine with py2.6.5 (installed via packagemanager), but
i would like to use the new versions of numpy, scipy and mpl.

and so

python2.7 setup.py install (numpy, scipy and mpl)

all without saying! But after

from pylab import *
and
plot([1,2,3],[1,4,9])
and
show()

...nothing happens?! No window or errormessage. So something seems missing?

http://old.nabble.com/file/p33688343/py2.6.5.jpeg

http://old.nabble.com/file/p33688343/py2.7.1.jpeg

What's wrong? And what i've exactly to do so that mpl works with python 2.7
?

:slight_smile:

···

–
View this message in context: http://old.nabble.com/Installation%3A-show()%2C-and-nothing-happens…-tp33688343p33688343.html
Sent from the matplotlib - users mailing list archive at Nabble.com.