>>>>> "Charlie" == Charlie Moad <[EMAIL PROTECTED]> 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

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to