Re: [Numpy-discussion] Building a new copy of NumPy

2009-10-07 Thread Robert Kern
On Wed, Oct 7, 2009 at 09:55, Gökhan Sever gokhanse...@gmail.com wrote: Hello, I checked-out the latest trunk and make a new installation of NumPy. My question: Is it a known behaviour that this action will result with re-building other packages that are dependent on NumPy. In my case, I had

Re: [Numpy-discussion] Building a new copy of NumPy

2009-10-07 Thread Gökhan Sever
I have seen that message, but I wasn't sure these errors were directly connected since he mentions of getting segfaults whereas in my case only gives import errors. Building a new copy of scipy fixed this error. On Wed, Oct 7, 2009 at 10:10 AM, Robert Kern robert.k...@gmail.com wrote: On Wed,

Re: [Numpy-discussion] Building a new copy of NumPy

2009-10-07 Thread Stéfan van der Walt
You can pull the patches from David's fix_abi branch: http://github.com/cournape/numpy/tree/fix_abi This branch has been hacked to be ABI compatible with previous versions. Cheers Stéfan 2009/10/7 Gökhan Sever gokhanse...@gmail.com: I have seen that message, but I wasn't sure these errors