Lisandro Dalcin schrieb:
> Could you tell me please what exact Python version are you using?
>   

Python 2.5.4 (r254:67916, Feb 22 2009, 18:08:01)

> Stefan recently pushed a patch for Py < 2.4.2, with requires explicit
> calls to PyEval_InitThreads() at the module init function to enforce
> the creation of the GIL in advance...
>
> If you want a vile hack for making it work anyway with latest Cython
> 0.11 release, look at the very end of this file, just put these bit in
> some header, and include it with "cdef extern from ...":
>
> http://code.google.com/p/mpi4py/source/browse/trunk/src/atimport.h
>
>   
/martin
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to