Re: [Matplotlib-users] Can't run matplotlib without "tk" backend on windows?

2008-01-19 Thread Francesco Pretto
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

Re: [Matplotlib-users] Can't run matplotlib without "tk" backend on windows?

2008-01-09 Thread Francesco Pretto
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

Re: [Matplotlib-users] Can't run matplotlib without "tk" backend on windows?

2008-01-09 Thread Francesco Pretto
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

[Matplotlib-users] Can't run matplotlib without "tk" backend on windows?

2008-01-09 Thread Francesco Pretto
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

Re: [Matplotlib-users] Unable to compile matplotlib 0.91.2 on windows

2008-01-09 Thread Francesco Pretto
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/

[Matplotlib-users] Unable to compile matplotlib 0.91.2 on windows

2008-01-08 Thread Francesco Pretto
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