So, I have figured out the problem and have a solution.  I have
submitted a ticket for this:

http://projects.scipy.org/scipy/numpy/ticket/362

That describes the problem and solution.

Thanks for everyones ideas on this.

Brian

On 10/21/06, Travis Oliphant <[EMAIL PROTECTED]> wrote:
> Brian Granger wrote:
> > Hi,
> >
> > i am running numpy on aix compiling with xlc.  Revision 1.0rc2 works
> > fine and passes all tests.  But 1.0rc3 and more recent give the
> > following on import:
> >
>
> Most likely the error-detection code is not working on your platform.
> The platform dependent stuff is not that difficult.   I tried to
> implement something for AIX, but very likely got it wrong (and don't
> have a platform to test it on).  It is the UFUNC_CHECK_STATUS that must
> be implemented.   Perhaps, we can do a simple check and disable the
> error modes:
>
> seterr(all='ignore')
>
> will work and "turn-off" error-detection on your platform.
>
> -Travis
>
>
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Numpy-discussion mailing list
> Numpy-discussion@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/numpy-discussion
>

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to