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] 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] Weird resizing issue

2006-07-24 Thread Jouni K Seppanen
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 > reduce size as you go further right. Is this related to

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] matplotlib/wxmpl/numpy conflict on windows xp: runtime error, C-API ?

2006-07-24 Thread Charlie Moad
I am guessing you installed numpy1.0b1. You need to use 0.9.8. On 7/24/06, massimo sandal <[EMAIL PROTECTED]> wrote: > Hi, > I'm trying to install a matplotlib+wxmpl app I wrote on Linux on a > Windows XP machine. > > It crashes starting with the following error: > - > C:\Documents and Settin

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

[Matplotlib-users] matplotlib/wxmpl/numpy conflict on windows xp: runtime error, C-API ?

2006-07-24 Thread massimo sandal
Hi, I'm trying to install a matplotlib+wxmpl app I wrote on Linux on a Windows XP machine. It crashes starting with the following error: - C:\Documents and Settings\Principale\Desktop\Python\Hooke>python hooke.py Traceback (most recent call last): File "hooke.py", line 12, in ? import

[Matplotlib-users] py2exe problem with matplotlib

2006-07-24 Thread leau2001
Hi all, I write a little python program with some lib as :Tkinter, matplotlib etc... Citation: from Tkinter import * import marshal import win32clipboard as w import win32con,re import string import time import MySQLdb from pylab import * import os from ftplib import FTP Now i want to make an

Re: [Matplotlib-users] Weird resizing issue

2006-07-24 Thread Tommy Grav
This is the same behavior that I see. The window resizes horisontally whenthe pointer is inside the window, although the window behaves erratically asit resizes. Moving the pointer to the right will cause the window to grow thenreduce size as you go further right. As soon as the pointer leaves the

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] iregular data set

2006-07-24 Thread Rodrigues, Joseph
Thank you very much, you are a lifesaver. I took your advice and found a working example on the internet http://www.scipy.org/Cookbook/Matplotlib/Plotting_values_with_masked_arr ays (saves an image as png when run) Made some minor modifications and it worked perfectly. Thank you very much. Jose