>> Did you build Python yourself or did you use an installer? If you used a
>> binary build with MSVC 2005 I would not be surprised that even after
>> building the extension it might still blow up on loading due to ABI
>> breakage.
>
> It's pre-built, but I also tried one I built with msvc 2008, but I don't know
> if I built it right.... Should building my own Python fix Cython?
>
> hmm... let me try again...
using
custom msvccompiler.py
Python-2.5.2\PCbuild Release Win32
...
* It installs
* Demos
It works? I get c files
* runtests.py gives:
running doctests in wundram1 ...
======================================================================
ERROR: compiling and running specialfloat
----------------------------------------------------------------------
Traceback (most recent call last):
File "runtests.py", line 276, in run
self.runCompileTest()
File "runtests.py", line 173, in runCompileTest
self.directory, self.expect_errors, self.annotate)
File "runtests.py", line 262, in compile
self.assertEquals(None, unexpected_error)
AssertionError: None != '50:21: Error in compile-time expression: ValueError: in
valid literal for float(): nan'
----------------------------------------------------------------------
Ran 629 tests in 86.580s
FAILED (errors=1)
Following tests excluded because of missing dependencies on your system:
run.numpy_test
_________________________________________________________________
See how Windows Mobile brings your life together—at home, work, or on the go.
http://clk.atdmt.com/MRT/go/msnnkwxp1020093182mrt/direct/01/
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev