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,
I downloaded pypy 2.6.0 and I ran pypy -m ensurepip. All worked correctly.
Now, in some cases, when i do pip install somepackage, it say could not find any download that satisfy requirements.
This even if packages apear in pip search command.
I tried wxPython, but i'm unable to install it...
In other cases, pip says that windows ssdk is not found. But I have visual studio 2013 installed and windows sdk is on my pc.
There are variables Can I set?
Thanks!
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

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

Reply via email to