Re: [Matplotlib-users] cannot find wxmsw26uh_vc.dll

2007-11-10 Thread Jeff Peery
Hello, thanks for the response. I changed my matplotlibrc file from 'WxAgg' to 'Wx'. I'm still using wxpython 2.8 and matplotlib 0.90.1, and I am still getting the error that wxmsw26uh_vc.dll cannot be found. what else can I do? can I just put this file in the place that it is trying to look?

[Matplotlib-users] matplotlib consulting?

2007-11-10 Thread Darran Edmundson
Hi All, I'm currently writing a pythonOgre version of a tsunami visualization tool for Geoscience Australia. While the 3D portion is coming along nicely, I'm struggling a bit with formatting of time-series via matplotlib. Is there anyone on the list willing to undertake a few hours of matpl

Re: [Matplotlib-users] cannot find wxmsw26uh_vc.dll

2007-11-10 Thread Matthieu Brucher
Hi, mpl does not build the wxagg bridge starting from wxPython 2.8, thanks to an upgraded system. So you can use wx directly without (much ?) loss of speed. Matthieu 2007/11/10, Jeff Peery <[EMAIL PROTECTED]>: > > Hello, > I've been using wxpython 2.6 unicode version and I recently upgraded >

Re: [Matplotlib-users] overflow and other warnings

2007-11-10 Thread Darren Dale
On Saturday 10 November 2007 04:52:31 pm Michael McNeil Forbes wrote: > On 10 Nov 2007, at 7:51 AM, Michael V. DePalatis wrote: > ... > > > I recently discovered that if I import > > pylab after importing numpy, I get tons of warnings: > > > > Warning: divide by zero encountered in divide > > Warni

[Matplotlib-users] cannot find wxmsw26uh_vc.dll

2007-11-10 Thread Jeff Peery
Hello, I've been using wxpython 2.6 unicode version and I recently upgraded to 2.8 unicode version. I'm using matplotlib 0.90.1 wxAgg in my wx app and when I fire it up it gives me a message that it cannot find 'wxmsw26uh_vc.dll'. I've had this problem before and the solution was to install

Re: [Matplotlib-users] overflow and other warnings

2007-11-10 Thread Michael McNeil Forbes
On 10 Nov 2007, at 7:51 AM, Michael V. DePalatis wrote: ... > I recently discovered that if I import > pylab after importing numpy, I get tons of warnings: > > Warning: divide by zero encountered in divide > Warning: invalid value encountered in multiply > Warning: overflow encountered in long_sca

Re: [Matplotlib-users] Installation problem: gobject not found

2007-11-10 Thread John Hunter
On Nov 9, 2007 1:08 PM, Don Peterson <[EMAIL PROTECTED]> wrote: > Note: I had been using the Enthought edition of python (2.4.3 version of > python) and matplotlib and everything worked great. I then tried to > install the map addition to matplotlib and the installation failed. After > that, I sta

[Matplotlib-users] Installation problem: gobject not found

2007-11-10 Thread Don Peterson
I just did a fresh install of python 2.5.1, numpy-1.0.3.1.win32-py2.5.exe, and matplotlib-0.90.1.win32-py2.5.exe. When I try to run the following script: from __future__ import division from pylab import * plot([1,2,3]) show() I get the following traceback: Traceback (most recent call last): Fi

[Matplotlib-users] overflow and other warnings

2007-11-10 Thread Michael V. DePalatis
Hello, I am attempting to write a small simulation to reproduce something from a paper. However, I'm having a whale of a time getting it to work (as far as I have been able to tell, the calculations from the paper at least are identical to what I am trying to do, which makes this all the more frus