Hi, I'm having an extremely annoying problem with pyrex. I re-installed my fink packages (including Pyrex), and now it gives a spurious error message when compiling cnestedlist.pyx:
/Users/leec/projects/pygr/pygr/cnestedlist.pyx:171:16: Call with wrong number of arguments (expected 4, got 5) /Users/leec/projects/pygr/pygr/cnestedlist.pyx:508:23: Call with wrong number of arguments (expected 4, got 5) (the function prototype takes 5 arguments, so this error message is totally incorrect). I can't figure out why this is suddenly appearing now, as I have the same version of pyrex as before (0.9.8.5). Has anyone else run into the same problem? Anyone know how to fix it? All I was able to find on the web was this report of the same problem with the related Cython fork of Pyrex: http://codespeak.net/pipermail/cython-dev/2009-March/004065.html I can try applying that patch to Pyrex but it feels like a complete kluge... -- Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pygr-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pygr-dev?hl=en -~----------~----~----~----~------~----~------~--~---
