Hi,

Nikolas Tautenhahn wrote:
>   File "/home/btmwtaut/src/pex-0.8/pex/pimport.py", line 224, in my_import
>     mod = __import__(name,global_dict)
>   File "c_heur_solve.pyx", line 46, in c_heur_solve
>     assert sizeof(long)==4      # use these for our checksum
> AssertionError

This obviously can't work on a 64 bit machine. Must be PEX generating it, and
it looks like a bug to me, as your code doesn't suggest any such assertion.

Stefan

_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to