![](https://secure.gravatar.com/avatar/0fbb34ab9d6c6f9de70794e160d9ccf1.jpg?s=120&d=mm&r=g)
It doesn't for me (CVS HEAD, OS X Panther).
Note sure what you mean "CVS HEAD", you mean the latest python from cvs? 2.4? I'm still using the Apple python, which is straight 2.3.
Have you, you know, tried to debug the situation yourself? If you have gcc installed, you probably have gdb installed too...
It's been around 7 years since I've used C, I've forgotten virtually everything I may have known about gdb, I've never worked with the C-python API before... meanwhile there is intense time pressure to get the next release of our product (http://www.goombah.com) ready. So it's just not practical for me to take that on myself now. I'm hoping to get some help from other pythonistas where someone will say -- "yes, it's getting a bus error for so-and-so reason, and if you do it this other way, you'll be fine..." Thanks, Gary -- Gary Robinson CTO Emergent Music, LLC grobinson@goombah.com 207-942-3463 Company: http://www.goombah.com Blog: http://www.garyrobinson.net On Mon, 27 Jun 2005 21:56:44 +0100, Michael Hudson wrote:
Gary Robinson <grobinson@goombah.com> writes:
That caused a bus error 100% of the time when I simply imported the module into Python and called getSumChiSquare(), i.e.:
import testfloat testfloat.getSumChiSquare()
It doesn't for me (CVS HEAD, OS X Panther).
Could it be that this is a python bug? Or am I doing something wrong?
Note: this is using Python 2.3 on OS X:
Python 2.3 (#1, Sep 13 2003, 00:49:11)
Thanks in advance for any help or insight you can give,
Have you, you know, tried to debug the situation yourself? If you have gcc installed, you probably have gdb installed too...
Cheers, mwh