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 pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev