Re: [matplotlib-devel] Why does numerix import numpy.oldnumeric instead of numpy?

2006-09-08 Thread Travis Oliphant
Darren Dale wrote: > On Friday 08 September 2006 10:29, Darren Dale wrote: > >>On Friday 08 September 2006 10:11, Jouni K Seppanen wrote: >> >>>Hi, >>> >>>With numpy 1.0b5 and a recent matplotlib from svn (rev 2761), and >>>numerix set to numpy, I'm getting errors like this: >>> >>>Python 2.4.3 (#

Re: [matplotlib-devel] Why does numerix import numpy.oldnumeric instead of numpy?

2006-09-08 Thread Darren Dale
On Friday 08 September 2006 10:29, Darren Dale wrote: > On Friday 08 September 2006 10:11, Jouni K Seppanen wrote: > > Hi, > > > > With numpy 1.0b5 and a recent matplotlib from svn (rev 2761), and > > numerix set to numpy, I'm getting errors like this: > > > > Python 2.4.3 (#1, Apr 7 2006, 10:54:3

Re: [matplotlib-devel] [Matplotlib-users] ANN: matplotlib-0.87.5

2006-09-08 Thread Sven Schreiber
Well the thread on the devel list that I referred to explicitly has the win32 exe in its title ("Missing __init__.py in matplotlib-0.87.5.win32-py2.4.exe ?") . The starting post there pretty much says it all. There's also a recent post on the numpy list that sounds like it's maybe the same problem

Re: [matplotlib-devel] [Matplotlib-users] ANN: matplotlib-0.87.5 *fixed*

2006-09-08 Thread Sven Schreiber
Thanks alot, everything seems to be ok now! (with numpy 1.0b5) -sven Charlie Moad schrieb: > Sorry all for the error. I just uploaded "working" (at least for me) > versions to sourceforge again. For those who are sicking of playing > with mirrors here is a direct download. Don't expect this lin

Re: [matplotlib-devel] [Matplotlib-users] ANN: matplotlib-0.87.5

2006-09-08 Thread Sven Schreiber
Charlie Moad schrieb: > Minor rev bump for numpy 1.0b5 compatibility. This release should > remain compatible with future 1.0 releases of numpy. > I keep running into the ImportError problem described on the devel list, with the win32 2.4 binary (exe). Is that still just a case of waiting for th

Re: [matplotlib-devel] [Matplotlib-users] ANN: matplotlib-0.87.5 *fixed*

2006-09-08 Thread oliver . tomic
Hi list, I downloaded the latest version from the link (see under). With 0.87.3 our application worked fine, but with with 0.87.5 we get the following: Traceback (most recent call last): File "C:\Python24\PanelCheck_V.1.1.0\PanelCheck.py", line 222, in ? import PanelCheck_GUI File "C:\Pyt

Re: [matplotlib-devel] Why does numerix import numpy.oldnumeric instead of numpy?

2006-09-08 Thread Darren Dale
On Friday 08 September 2006 10:11, Jouni K Seppanen wrote: > Hi, > > With numpy 1.0b5 and a recent matplotlib from svn (rev 2761), and > numerix set to numpy, I'm getting errors like this: > > Python 2.4.3 (#1, Apr 7 2006, 10:54:33) > [GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin > Type

[matplotlib-devel] Why does numerix import numpy.oldnumeric instead of numpy?

2006-09-08 Thread Jouni K Seppanen
Hi, With numpy 1.0b5 and a recent matplotlib from svn (rev 2761), and numerix set to numpy, I'm getting errors like this: Python 2.4.3 (#1, Apr 7 2006, 10:54:33) [GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> fr