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
More information about the Python-list mailing list
Fri Sep 8 16:45:35 EDT 2000
- Previous message (by thread): Reference problem
- Next message (by thread): can you guys tell me where to find a NumPy module that works...? can you help?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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.
- Previous message (by thread): Reference problem
- Next message (by thread): can you guys tell me where to find a NumPy module that works...? can you help?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list