Hi! :-)

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
?

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


------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to