f2py error - windows xp (F2PY-2.43.239_1806)

Berthold Höllmann bhoel at web.de
Sun Sep 26 13:59:13 EDT 2004


"M. Faust" <marfadeut at gmx.de> writes:

> M. Faust wrote:
>> I got the same error with NumPy 23.3.
>> Markus

Try to find your "Numeric/arrayobject.h". Mine has

typedef struct {
  PyObject_HEAD
  char *data;
  int nd;
  int *dimensions, *strides;
  PyObject *base;
  PyArray_Descr *descr;
  int flags;
  PyObject *weakreflist;
} PyArrayObject;

and is from Numeric 23.3. In one of my installations updating to
Numeric to 23.3 solved a similar error.

Regards
Berthold

-- 
bhoel at web.de / http://starship.python.net/crew/bhoel/



More information about the Python-list mailing list