Re: [Matplotlib-users] Issue with Matplotlib on Win32 and ImportError: DLL load failed

2009-08-25 Thread Patrick Rynhart
On Fri, Aug 7, 2009 at 7:27 PM, John Hunterjdh2...@gmail.com wrote: On Thu, Aug 6, 2009 at 8:48 PM, Patrick Rynhartprynh...@gmail.com wrote: Dear all, We are using Python 2.5, matplotlib and NumPy on Windows to assist with the teaching for an undergraduate paper. On a small number of

Re: [Matplotlib-users] Issue with Matplotlib on Win32 and ImportError: DLL load failed

2009-08-25 Thread Patrick Rynhart
Hi again, Just to update you, copying across the Visual C/C++ runtime library (MSVCP71.DLL) from a Windows XP SP3 install to C:\Python25\Lib\site-packages\matplotlib on Windows Server 2008 does in fact appear to work correctly with matplotlib after all. Regards, Patrick -- Dr Patrick Rynhart

Re: [Matplotlib-users] Issue with Matplotlib on Win32 and ImportError: DLL load failed

2009-08-25 Thread John Hunter
On Tue, Aug 25, 2009 at 4:59 PM, Patrick Rynhartprynh...@gmail.com wrote: Thanks again for your help.  Do you think that testing for the version of the Visual C redistributable is required during an install of matplotlib (and/or possibly at runtime). This shouldn't be an issue with recent

Re: [Matplotlib-users] Issue with Matplotlib on Win32 and ImportError: DLL load failed

2009-08-07 Thread John Hunter
On Thu, Aug 6, 2009 at 8:48 PM, Patrick Rynhartprynh...@gmail.com wrote: Dear all, We are using Python 2.5, matplotlib and NumPy on Windows to assist with the teaching for an undergraduate paper.  On a small number of installations, an error attempting to load some required DLL's is being

Re: [Matplotlib-users] Issue with Matplotlib on Win32 and ImportError: DLL load failed

2009-08-07 Thread Christoph Gohlke
Hi, here is a VS2003 build of matplotlib-0.99.0 for Python 2.5 for comparison: http://www.lfd.uci.edu/~gohlke/download/matplotlib-0.99.0.win32-py2.5.exe Christoph On 08/07/2009 00:27, John Hunter wrote: On Thu, Aug 6, 2009 at 8:48 PM, Patrick Rynhartprynh...@gmail.com wrote: Dear all, We

[Matplotlib-users] Issue with Matplotlib on Win32 and ImportError: DLL load failed

2009-08-06 Thread Patrick Rynhart
Dear all, We are using Python 2.5, matplotlib and NumPy on Windows to assist with the teaching for an undergraduate paper. On a small number of installations, an error attempting to load some required DLL's is being reported (on approx 3 machines out of approximately 60). There doesn't appear