Re: [pypy-dev] pymongo compatibility broken with version 2.3
![](https://secure.gravatar.com/avatar/7787b2ba8c70d19252e7077640b92009.jpg?s=120&d=mm&r=g)
On 30.08.2012 15:25, Amaury Forgeot d'Arc wrote:
2012/8/30 Jan Riechers <janpeterr@freenet.de>:
(env) D:\gg_webdev>pypy dbskin.py Fatal Python error: PyThreadState_Get: no current thread
This error message does not appear anywhere in pypy code, it certainly comes from CPython...
This message is typical of an extension module that was not recompiled for pypy; it still links with python27.dll, and the call to PyThreadState_Get() jumps into an uninitialized CPython interpreter...
Extension modules need to be recompiled for pypy.
Thank you both for this explanation, and sorry for any confusion. I installed by bad habit using easy_install instead of setup.py install procedure from the github source. All good by now, 2.3 works fine! And sorry Amaury for the direct email response. Jan
participants (1)
-
Jan Riechers