[SciPy-dev] Re: SciPy on Cygwin
Jason Tishler
jason at tishler.net
Thu Sep 27 15:48:48 CDT 2001
Jochen,
On Thu, Sep 27, 2001 at 10:26:13AM -0400, Jochen Küpper wrote:
> The problem I am running into in linalg is that I get compile errors
> in flapackmodule.c:
> ,----
> | linalg/flapackmodule.c:447: initializer element is not constant
> | linalg/flapackmodule.c:502: initializer element is not constant
> | linalg/flapackmodule.c:557: initializer element is not constant
> | linalg/flapackmodule.c:616: initializer element is not constant
> `----
The usually solution to the above kind of errors is the following:
http://www.python.org/doc/FAQ.html#3.24
> The respective code is
> ,----[flapackmodule.c: 447]
> | PyObject *cb_cselect_in_cgees__user__routines_capi = Py_None;
> `----
Unfortunately, the above line does *not* seem to jib with this solution.
Jason
More information about the Scipy-dev
mailing list