Hi,
I am trying to build Numpy-1.01 in windows using "python setup.py
build". My C compiler is MSVS2005. The compiler throws an error about
umathmodule.c:
"__umath_generated.c(72): error C2099: initializer is not a constant."
Tried with Numeric-24.2, it gives the same error.
The line of code
py-discussion] failed to build numpy and Numeric in
Windows
Zhou, Mi wrote:
> Hi,
>
> I am trying to build Numpy-1.01 in windows using "python setup.py
> build". My C compiler is MSVS2005.
Hmm. I was pretty sure that MSVS2005 was not capable of building Python
extension mo
Hi,
I am trying to build Numpy-1.01 in windows using "python setup.py
build". My C compiler is MSVS2005. The compiler throws an error about
umathmodule.c:
"__umath_generated.c(72): error C2099: initializer is not a constant."
Tried with Numeric-24.2, it gives the same error.
The line of code