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

Re: [Matplotlib-users] Weird resizing issue

2006-07-24 Thread Darren Dale
On Monday 24 July 2006 15:12, Jouni K Seppanen wrote: Tommy Grav [EMAIL PROTECTED] writes: The window resizes horisontally when the pointer is inside the window, although the window behaves erratically as it resizes. Moving the pointer to the right will cause the window to grow then

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 --