can you guys tell me where to find a NumPy module that works...? can you help?

Alex cut_me_out at hotmail.com
Fri Sep 8 16:45:35 EDT 2000


> and before anyone asks I've tried building with 2.0b1 and it bombs
> horribly on 
> 
> Include\arrayobject.h(16) : error C2061: syntax error : identifier
> 'Py_FPROTO'

I had that problem, actually.  I didn't realize it was because I was
building against python2.  I fixed it by adding the macros

#define Py_FPROTO(args) args
#define Py_PROTO(args)  args

...but that's on linux.

Alex.

-- 
Talk softly and carry a big carrot.




More information about the Python-list mailing list