[pypy-dev] pymongo compatibility broken with version 2.3

Jan Riechers janpeterr at freenet.de
Thu Aug 30 17:42:48 CEST 2012


On 30.08.2012 15:25, Amaury Forgeot d'Arc wrote:
> 2012/8/30 Jan Riechers <janpeterr at 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



More information about the pypy-dev mailing list