This is all documented in our FAQ
http://pypy.readthedocs.org/en/latest/faq.html#do-cpython-extension-modules-work-with-pypy Some modules, like wxPython, that use the python c API or ctypes will either not work with PyPy or will be much slower than cPython. We highly recommend cffi as an alternative foreign function interface, since it is nicer than ctypes and is fast on PyPy, but it may be a while until module authors see the light of the one true way. The wiki page https://bitbucket.org/pypy/compatibility/wiki/Home may have some hints about module compatibility, note that your mileage may vary and updates are welcome. Also, you should be using visual studio 2008 (for both PyPy 2.6.0 and cPython 2.7), using this link should get you started https://www.microsoft.com/en-us/download/details.aspx?id=44266 Matti On 05/07/15 07:44, germano carella
wrote:
Hi, |
_______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev