[SciPy-dev] an atttempt at sandbox/xplt

Pearu Peterson pearu at scipy.org
Wed Feb 1 10:34:44 EST 2006



On Wed, 1 Feb 2006, Arnd Baecker wrote:

> gistC.so ends up in the right place now.
> There is also a duplicate under
> scipy/xplt/sandbox/scipy/sandbox/xplt/gistC.so
> Not sure where this comes from/how to get rid off this.

I don't have it. May was there from an old build.
Try
   rm -rf build
   rm -rf path/to/installation/dir/of/xplt
and re-install scipy.

> Note that presently xplt is not yet working
> (a few replaces from `scipy.xplt` to `scipy.sandbox.xplt`
> have to be made). After this, the first error is
> a typecode one. I will look into all this over the weekend.

I have fixed xplt so that it imports, well, almost. The only remaining 
issue is with find_mask. It was defined in Numeric.arrayfns but I couldn't 
find an equivalent function from numpy. Travis?

Pearu




More information about the SciPy-Dev mailing list