Re: [Matplotlib-users] error on build on windows from SVN

2007-09-25 Thread Charlie Moad
The error message states that you must be using VS2003. Python is compiled with this, so all extensions must also be compiled with it. If you don't have a copy of VS2003 your best bet is to just use cygwin/mingw. - Charlie On 9/25/07, Michael Droettboom <[EMAIL PROTECTED]> wrote: > You didn't me

Re: [Matplotlib-users] error on build on windows from SVN

2007-09-25 Thread Michael Droettboom
You didn't mention which compiler you were trying to use. It looks like it can't find the Microsoft compiler. If you have it installed, perhaps it's installed in a non-standard location...? It should be theoretically possible to use the free Microsoft compiler, but I have no experience with

[Matplotlib-users] error on build on windows from SVN

2007-09-24 Thread C M
On 9/24/07, John Hunter <[EMAIL PROTECTED]> wrote: > > On 9/24/07, C M <[EMAIL PROTECTED]> wrote: > > I'm having problems building matplotlib on windows from a folder from > SVN, > > and haven't done it > > before (previously had used the prebuilt binary download). I don't know > > > what I am doi

Re: [Matplotlib-users] error on build on windows from SVN

2007-09-24 Thread John Hunter
On 9/24/07, C M <[EMAIL PROTECTED]> wrote: > I'm having problems building matplotlib on windows from a folder from SVN, > and haven't done it > before (previously had used the prebuilt binary download). I don't know > what I am doing wrong. Read the header of setupext.py, particularly the part fo

[Matplotlib-users] error on build on windows from SVN

2007-09-24 Thread C M
I'm having problems building matplotlib on windows from a folder from SVN, and haven't done it before (previously had used the prebuilt binary download). I don't know what I am doing wrong. I'm on winXP, Python 2.5. and will be using wxPython 2.8.4.2 with matplotlib as well. The folder with the c