Re: [matplotlib-devel] PATCH -- NumPy 1.0b5 tonight

2006-09-05 Thread Charlie Moad
Thanks for the patch. I am going to hold off until we hear from Travis. I don't want to distribute anything built from a patched numpy. - Charlie On 9/5/06, Boyd Waters <[EMAIL PROTECTED]> wrote: > 1.0b5 compiles, with this patch: > > > > > does that look right? > > - boyd > > Boyd Waters > Sci

Re: [matplotlib-devel] Fwd: [Numpy-discussion] Going to cut NumPy 1.0b5 tonight

2006-09-05 Thread Charlie Moad
I also get a compile error when trying to build against the win32-py2.4 release. src\_na_nxutils.c(213) : error C2275: 'PyObject' : illegal use of this type as an expression c:\Python24\include\object.h(104) : see declaration of 'PyObject' src\_na_nxutils.c(213) : error C2065: 'ret' : undeclared i

Re: [matplotlib-devel] Fwd: [Numpy-discussion] Going to cut NumPy 1.0b5 tonight

2006-09-05 Thread John Hunter
> "Charlie" == Charlie Moad <[EMAIL PROTECTED]> writes: Charlie> I also get a compile error when trying to build against Charlie> the win32-py2.4 release. src\_na_nxutils.c(213) : error Charlie> C2275: 'PyObject' : illegal use of this type as an Charlie> expression c:\Python24

[matplotlib-devel] ANN: matplotlib-0.87.5

2006-09-05 Thread Charlie Moad
Minor rev bump for numpy 1.0b5 compatibility. This release should remain compatible with future 1.0 releases of numpy. http://cheeseshop.python.org/pypi/matplotlib/ http://sourceforge.net/project/showfiles.php?group_id=80706&package_id=82474 ==

[matplotlib-devel] Missing __init__.py in matplotlib-0.87.5.win32-py2.4.exe ?

2006-09-05 Thread Martin Spacek
Not sure if I'm crazy, but it seems the __init__.py file is missing from my newly installed version 0.87.5. I installed from the matplotlib-0.87.5.win32-py2.4.exe binary. I now get: >>> import matplotlib Traceback (most recent call last): File "", line 1, in ? ImportError: No module named ma

Re: [matplotlib-devel] Missing __init__.py in matplotlib-0.87.5.win32-py2.4.exe ?

2006-09-05 Thread Boyd Waters
Try downloading again? I have not tried the windows binary, but a source tarball from this morning was strange. I pulled a 0.87.5 tarball this morning that had lots of permissions problems, an empty __init__.py, weird line terminators... permissions looked like it had been filtered throug