[matplotlib-devel] Error compiling agg.cxx on Mac OS X, python 2.5b2

2006-08-30 Thread Boyd Waters
solved your problem), then I'd like to know! Thanks! - boyd Boyd Waters Scientific Programmer National Radio Astronomy Observatory http://www.aoc.nrao.edu - Using Tomcat but need to do more? Need to support web ser

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

2006-09-04 Thread Boyd Waters
1.0b5 Fails to compile? numpy/core/src/arrayobject.c:2694: error: request for member 'ob_type' in something not a structure or union Mac OS X 10.4.7 i686-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5363) python 2.5c1 On Sep 4, 2006, at 7:00 PM, Charlie Moad wrote:

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

2006-09-04 Thread Boyd Waters
Very sorry: here is the initial error: numpy/core/src/arrayobject.c:564: error: 'op' undeclared (first use in this function) On Sep 5, 2006, at 12:01 AM, Boyd Waters wrote: 1.0b5 Fails to compile? smime.p7s Description: S/MIME cryptographic

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

2006-09-04 Thread Boyd Waters
1.0b5 compiles, with this patch: patch-arrayobject.c.diff Description: Binary data does that look right? - boyd Boyd Waters Scientific Programmer National Radio Astronomy Observatory http://www.aoc.nrao.edu On Sep 5, 2006, at 12:05 AM, Boyd Waters wrote: Very sorry: here is the initial

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

2006-09-05 Thread Boyd Waters
through a DOS filesystem. That tarball had an MD5 checksum of 6cc874f1b4adf95c7aac5c39a38b5517. I tried again this afternoon, I got a cleaner source tarball, MD5 af3015ceae28ab385dbe9f30c6d2f83e. - boyd Boyd Waters Scientific Programmer National Radio Astronomy Observatory On Sep 5, 2006, at 8

Re: [matplotlib-devel] yet another release?

2006-09-21 Thread Boyd Waters
-devel@lists.sourceforge.net/ msg00293.html Not sure if that helps... - boyd Boyd Waters Scientific Programmer National Radio Astronomy Observatory http://www.aoc.nrao.edu - Take Surveys. Earn Cash. Influence the Future of I

[matplotlib-devel] Can't build with Intel Compiler on Mac OS X

2006-09-26 Thread Boyd Waters
icpc -bundle -undefined dynamic_lookup build/temp.macosx-10.3- i386-2.5/src/_nc_transforms.o build/temp.macosx-10.3-i386-2.5/src/ mplutils.o build/temp.macosx-10.3-i386-2.5/CXX/cxx_extensions.o build/ temp.macosx-10.3-i386-2.5/CXX/cxxsupport.o build/temp.macosx-10.3- i386-2.5/CXX/IndirectPython

Re: [matplotlib-devel] OS X Leopard install, snag

2007-11-04 Thread Boyd Waters
As a general note, I built MatPlotlib-SVN on Leopard against the Apple Python, using the numpy, libz, freetype, and png that are included with Leopard. It seems to work fine, superficially; I have not run extensive regressions with it yet. I can send along a MacPorts portfile (including pat

Re: [matplotlib-devel] internal enthought.traits package: a progress report

2007-11-07 Thread Boyd Waters
On Nov 7, 2007, at 7:25 AM, John Hunter wrote: > Is there a reason not to treat > traits like we do dateutil and pytz: check at runtime if it is > installed and if not install it as enthought.traits using Gael's > tarball? I don't see the check-then-tarball as a feature, but as a significant

Re: [matplotlib-devel] internal enthought.traits package: a progress report

2007-11-07 Thread Boyd Waters
ded one for MPL. Because of version drift, mostly. So never mind: I like the MPL-provisioned things as "internal" dependencies, if it works the same as the current MPL-AGG datetime etc. - boyd Boyd Waters Scientific Programmer Nation

Re: [matplotlib-devel] internal enthought.traits package: a progress report

2007-11-07 Thread Boyd Waters
On Nov 7, 2007, at 12:04 PM, John Hunter wrote: On Nov 7, 2007 12:01 PM, Boyd Waters <[EMAIL PROTECTED]> wrote: Tell them they need a "real" enthought traits package. Then they can use their package management to make it right. This is of course assuming their packag

Re: [matplotlib-devel] Building matplotlib on Leopard

2007-11-14 Thread Boyd Waters
bdirs) @@ -458,7 +459,7 @@ # complicated search, this is a hard-coded path. It could bail out # if X11 libs are not found... # tk_include_dirs.append('/usr/X11R6/include') -frameworks = ['-framework', 'Tcl', '-framework', 'Tk'] +

Re: [matplotlib-devel] merging sympy plotting stuff with matplotlib

2008-01-04 Thread Boyd Waters
any Unix boxes and few Windows machines for their analysis workstations. I know it's true of the astronomy places that I've visited, but I haven't seen other science in a while so perhaps Windows has taken over science, too. But at our facility we can't support Windows for

Re: [matplotlib-devel] merging sympy plotting stuff with matplotlib

2008-01-04 Thread Boyd Waters
On Jan 4, 2008, at 1:08 PM, Fernando Perez wrote: > No worries, you misunderstood me :) My point was that a linux > developer could keep a vwmare image around to produce the binary > windows *installer* for win32 users, if there were compiled code > around. Oh. That's all right, then. Sorry.