NO.
I gen the .so under pypy-virtualenv.
------------------ Original ------------------
From: "Armin Rigo";<[email protected]>;
Date: Mon, Nov 4, 2013 04:25 PM
To: "KaShining"<[email protected]>;
Cc: "pypy-dev"<[email protected]>;
Subject: Re: [pypy-dev] pypy about c-extension
Hi KaShining,
You seem to be mixing CPython and PyPy. If you use "python setup.py",
meaning CPython, then you make a .so that cannot be imported on PyPy.
You need "pypy setup.py".
But please also consider William's comment.
Armin
_______________________________________________
pypy-dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-dev