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

2008-01-08 Thread william ratcliff
Have the static sources been updated (freetype, etc.) for mingw? Cheers, William On Jan 8, 2008 9:48 PM, Charlie Moad <[EMAIL PROTECTED]> wrote: > 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

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

2008-01-08 Thread Charlie Moad
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/win32_static.tar.gz - Charlie On Jan 8, 2008 6:17 PM,

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

2008-01-08 Thread Francesco Pretto
Hi, i'm a newcomer: greetings to all! I'm trying to compile matplotlib on windows platform using mingw toolchains (I'm going to play a little with the code). I think to have all dependencies, as specified in setupext.py (downloaded the static header+libs package). Unfortunately, linking is not work

[Matplotlib-users] major changes in matplotlib svn

2008-01-08 Thread John Hunter
Migrating to the new matplotlib codebase Michael Droettboom has spent the last several months working on the "transforms branch" of matplotlib, in which he rewrote from the ground up the transformation infrastructure in matplotlib, which many found unintuit

Re: [Matplotlib-users] non-interactive matplotlib use with no X-server

2008-01-08 Thread John Kitchin
Thanks! Upgrading to 0.91.2 fixed the problem. j Eric Firing wrote: > John Kitchin wrote: >> I am trying to use matplotlib to generate some figures non-interactively >> via cron, but I can not seem to get matplotlib.figure to import without >> a gtk error, even when I specify to use an image back