|
From: Darren D. <dd...@co...> - 2006-07-08 15:39:12
|
On Saturday 08 July 2006 10:28 am, Darren Dale wrote: > On Friday 07 July 2006 6:45 pm, Fernando Perez wrote: > > On 7/7/06, Jeff Whitaker <js...@fa...> wrote: > > > John: setupext.py in svn 2545 uses numpy.get_include(), which > > > apparently is not available in 0.9.8. In 0.9.8, it's > > > get_numpy_include(). > > > > And in current numpy, get_numpy_include fires a deprecation warning (I > > just fixed this in my code). Such are the joys of living on the > > bleeding edge :) > > Sorry, I was the one who changed get_numpy_include to get_include. I guess > I was thinking that anyone who is using svn mpl would also be using svn > numpy. Should I change it back to get_numpy_include? This is fixed in svn. I wrapped get_include in a try statement for the time being, get_numpy_include gets called in the event of an attribute error. Darren |