John Hunter wrote:
> This is a problem with our installer since the default backend we have
> set is GTKAgg (we usually set it to GTKAgg).  Fortunately, it is
> relatively easy for you to fix:.  Edit
> site-packages/matplotlib/mpl-data/matplotlib and change the 'backend :
> GTKAgg' line to
>
>   backend : TkAgg


there are two files there: matplotlibrc and matplotlib.conf. is there a 
selection principle for choosing one or the other?

i moved matplotlibrc to the indicated folder, set backed to WXAgg and 
some of the examples run. but i am getting failures finding pylab when i 
run the pylab examples:

$ python geo_demo.py
Traceback (most recent call last):
  File "geo_demo.py", line 4, in <module>
    from pylab import *
ImportError: No module named pylab

am not sure why the interpreter isnt finding pylab module even tho, for 
example,  examples/{api, animation} runs, with a few exceptions.


Les

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to