jamesk wrote: > I'm get a bus error running matplotlib - the error occurs just from importing > pylab . I'm running 10.4.7 on an Intel mac. All of the python libraries I'm > using came from the macpython site.
Do you mean: http://www.pythonmac.org/packages/py24-fat/index.html If so, I built the NumPy that is there, bu have not yet tried it with MPL. Who built the MPL package there? What version of numpy did you build it against? What else did you built it against? It would be nice to keep a set of: numpy, Numeric, numarray, wxPython and MPL that all work together on that site. I haven't built MPL for a while, so I don't know what it takes, but the rest of them should be pretty straightforward. -Chris > Following the suggestions from an earlier post, I ran gdb to get a backtrace > as follows: gdb --args /usr/local/bin/python -c "import pylab" > > > Here's the trace: > > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > > Program received signal EXC_BAD_ACCESS, Could not access memory. > Reason: KERN_PROTECTION_FAILURE at address: 0x014a9bc4 > 0x0104759a in PyArray_AxisConverter (obj=0xe458, axis=0x14a9bc4) at > numpy/core/src/multiarraymodule.c:117 > 117 numpy/core/src/multiarraymodule.c: No such file or directory. > in numpy/core/src/multiarraymodule.c > > > If I switch to Numeric, the problem goes away, so It looks like its a bad > build/install of numpy. > > -James -- Christopher Barker, Ph.D. Oceanographer NOAA/OR&R/HAZMAT (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception [EMAIL PROTECTED] _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig