Re: Numeric import_array() problem - OS X 10.4

2006-07-05 Thread Paul Miller
Paul Miller wrote: > I had some code that used to work that now doesn't. It's an embedded > Python interpreter that uses numpy internally. The code calls > "import_array()", which now fails (and generates a "ImportError: No > module named _numpy" error). Nevermind - "user error". A recent OS X

Numeric import_array() problem - OS X 10.4

2006-07-05 Thread Paul Miller
I had some code that used to work that now doesn't. It's an embedded Python interpreter that uses numpy internally. The code calls "import_array()", which now fails (and generates a "ImportError: No module named _numpy" error). This is on the latest OS X 10.4 release. I have Numeric installed i