2008/1/10, Darren Dale <[EMAIL PROTECTED]>:
>
> I think this is fixed. Please update from svn and try again.
>
> Darren
>
Fixed, thanks.
Francesco
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsof
lean compiling with a setup.cfg with these
configurations:
gtk = True
gtkagg = False
tkagg = False
wxagg = False
backend = GTK
Eventually, "python setup.py install" write again a
"site-packages/matplotlib/mpl-data/matplotlibrc" which still have:
backend : TkAgg
If this
2008/1/9, Charlie Moad <[EMAIL PROTECTED]>:
> You need to set a different backend in your matplotlibrc or specify it first.
>
> import matplotlib
> matplotlib.use('Agg')
>
> You can also run scripts passing the backend:
>
> python lab1_ex2.py -dAgg
>
Oh, thanks. That really seems a RTFM...
Howeve
Hi, after having correctly compiled matplotlib, now is time to test
something (I need at least to get it something working before I can
start hack it autonomously =). Unfortunately, it's not usable: it
complains about not being able to load "_tkagg" module. The fact is I
don't want "tkagg" backend
2008/1/9, Charlie Moad <[EMAIL PROTECTED]>:
> Just a guess. Did you download the visual studio static libraries
> instead of the mingw ones? Those linking symbols listed lend me to
> think this. The visual studio ones end in "_vs.tar.gz".
>
> You want this:
>
> http://matplotlib.sourceforge.net/
re information on my setup, please ask me.
Thanks for any help!
Francesco Pretto
BUILDING MATPLOTLIB
matplotlib: 0.91.2
python: 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC