Re: [Numpy-discussion] Can not compile numpy with python2.7 onl linux

2010-05-23 Thread Charles R Harris
On Sun, May 23, 2010 at 1:40 AM, Nadav Horesh wrote: > > I think that line 3405 in _capi.c (svn 8386) > should be: > > #if PY_VERSION_HEX >= 0x0301 > > > (At least it looks reasonable considering line 3375, and it solves my > problem) > > Does the following work? PyCObject is deprecated in 2.7

[Numpy-discussion] Can not compile numpy with python2.7 onl linux

2010-05-23 Thread Nadav Horesh
I think that line 3405 in _capi.c (svn 8386) should be: #if PY_VERSION_HEX >= 0x0301 (At least it looks reasonable considering line 3375, and it solves my problem) Nadav ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.s