[Numpy-discussion] [matplotlib-devel] Fwd: Going to cut NumPy 1.0b5 tonight

John Hunter jdhunter at ace.bsd.uchicago.edu
Tue Sep 5 08:04:04 EDT 2006


>>>>> "Charlie" == Charlie Moad <cwmoad at gmail.com> writes:

    Charlie> I also get a compile error when trying to build against
    Charlie> the win32-py2.4 release.  src\_na_nxutils.c(213) : error
    Charlie> C2275: 'PyObject' : illegal use of this type as an
    Charlie> expression c:\Python24\include\object.h(104) : see

It looks like I made the typical C++ programmer writing C mistake:
putting a type declaration in code where it is first used rather than
at the beginning of the function.  I just committed a change that
should fix this.

JDH




More information about the NumPy-Discussion mailing list