Re: Pyrex on Win7-64
Lynn Oliver <[email protected]> Mon, 9 Apr 2012 09:33:47 -0700
| Newsgroups | gmane.comp.python.pyrex |
|---|---|
| Message-ID | <[email protected]> |
Sent from my iPad > = > The error you reported is coming from the Pyrex compiler, not the > C compiler. That can mean only one of two things: either you're not > using the same version of Pyrex on both platforms, or the Pyrex > source you're compiling is not the same. It can't have anything > to do with OS or C compiler differences. I took another look at the versions. It turns out that if I install v0.9.9= using the win32.exe or from the tarball, it fails as I described. If I in= stall v0.9.9 using easy_install it works. =