Re: [Matplotlib-users] Missing dll in windows build 0.87.4

2006-07-24 Thread Christopher Barker
Charlie Moad wrote: > Not really. I am using Visual Studio for the build in which I have > never seen or heard of this error occuring. This was a mingw problem, didn't the OP get this error with a MSVC build? Anyway, I don't have windows booted to test myself, and I'm out of my depth. -CHB -

Re: [Matplotlib-users] Missing dll in windows build 0.87.4

2006-07-24 Thread Christopher Barker
Charlie Moad wrote: > Well, I meant before this post. That is why I am somewhat skeptical of > it. There have been hundreds of downloads, and this is the first > message. Hence my suspicion that this was a dll that is not included in Stock Windows, but is on most people's systems, installed by o

Re: [Matplotlib-users] Missing dll in windows build 0.87.4

2006-07-24 Thread Charlie Moad
On 7/24/06, Chris Fonnesbeck <[EMAIL PROTECTED]> wrote: > And by the way, trying to build matplotlib myself with the numpy > binary installed, fails. It appears to be related to tkagg: > > src/_tkagg.cpp:28:18: tk.h: No such file or directory > src/_tkagg.cpp:36: syntax error before `*' token > src

Re: [Matplotlib-users] Missing dll in windows build 0.87.4

2006-07-24 Thread John Hunter
> "Chris" == Chris Fonnesbeck <[EMAIL PROTECTED]> writes: Chris> And by the way, trying to build matplotlib myself with the Chris> numpy binary installed, fails. It appears to be related to Chris> tkagg: Chris> src/_tkagg.cpp:28:18: tk.h: No such file or directory ...snip...

Re: [Matplotlib-users] Missing dll in windows build 0.87.4

2006-07-24 Thread Chris Fonnesbeck
And by the way, trying to build matplotlib myself with the numpy binary installed, fails. It appears to be related to tkagg: src/_tkagg.cpp:28:18: tk.h: No such file or directory src/_tkagg.cpp:36: syntax error before `*' token src/_tkagg.cpp:40: `ClientData' was not declared in this scope src/_tk

Re: [Matplotlib-users] Missing dll in windows build 0.87.4

2006-07-24 Thread Charlie Moad
On 7/24/06, Christopher Barker <[EMAIL PROTECTED]> wrote: > msvcr71.dll is a dll required for virtually every application built with > MSVC7.1. For example, py2exe distributes it by default when it builds > exes. However, it is so common, most systems already have it, installed > by some other app.

Re: [Matplotlib-users] Missing dll in windows build 0.87.4

2006-07-24 Thread John Hunter
> "Christopher" == Christopher Barker <[EMAIL PROTECTED]> writes: Christopher> msvcr71.dll is a dll required for virtually every Christopher> application built with MSVC7.1. For example, py2exe Christopher> distributes it by default when it builds Christopher> exes. However, it

Re: [Matplotlib-users] Missing dll in windows build 0.87.4

2006-07-24 Thread Christopher Barker
msvcr71.dll is a dll required for virtually every application built with MSVC7.1. For example, py2exe distributes it by default when it builds exes. However, it is so common, most systems already have it, installed by some other app. I'm guessing in this case, you're working with a new Windows

Re: [Matplotlib-users] Missing dll in windows build 0.87.4

2006-07-24 Thread Chris Fonnesbeck
On 7/23/06, Charlie Moad <[EMAIL PROTECTED]> wrote: > The mingw/2.4 build still works. There are instructions at the top of > the setupext.py file. The dll linking error you are getting is > something we ran into a lot. If you have numpy installed distutils > will use the numpy\distutils\mingw32

Re: [Matplotlib-users] Missing dll in windows build 0.87.4

2006-07-23 Thread Charlie Moad
The mingw/2.4 build still works. There are instructions at the top of the setupext.py file. The dll linking error you are getting is something we ran into a lot. If you have numpy installed distutils will use the numpy\distutils\mingw32ccompiler.py file. In the Mingw32CCompiler class remove all

Re: [Matplotlib-users] Missing dll in windows build 0.87.4

2006-07-23 Thread Charlie Moad
This error used to come up with mingw and python2.4 builds, but now we use Visual Studio for python2.4. I am surprised no one else has reported this error though? I see you used the egg binary? Has anyone else use the python2.4 windows egg with success. - Charlie On 7/22/06, Chris Fonnesbeck <

[Matplotlib-users] Missing dll in windows build 0.87.4

2006-07-22 Thread Chris Fonnesbeck
I am trying to run Matplotlib 0.87.4 on WinXP after having installed from the binaries posted on sourceforge. Unfortunately, when I try importing from pylab, I get a popup declaring:"This application has failed to start because MSVCP71.dll was not found."I usually work on Mac/Linux, so I have no i