Thanks Antonio,

This solved the problem.
Tomorrow I will see if this takes me closer to getting PySide to run under PyPy.

Cheers,
Johan


On 2014-02-24 14:15, Antonio Cuni wrote:
Hi Johan,
the extension module needs to have an extension like *.pypy-22.pyd: this
is to avoid trying to load cpython modules by mistake.
You should use setup.py+distutils to build your module, so that such
details are taken into account automatically.

ciao,
Anto


_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to