[pypy-dev] PIL, Pypy-1.7, and Win7

Amaury Forgeot d'Arc amauryfa at gmail.com
Wed Nov 30 00:45:48 CET 2011


Hi,

2011/11/30 Yaacov Finkelman <yeomanyaacov at gmail.com>

> Now the pip is working I was trying to use it to install PIL part of
> long error message is below. I am using Pypy-1.7
>
> Any help?
>
>
The cygwin compiler is not yet supported by pypy C extensions.

It's not too difficult though, if you know how to hack in
lib-python\modified-2.7\distutils\sysconfig_pypy.py

You'll have to implement a get_config_h_filename()
similar to the one in sysconfig_cpython.py, but adapted for pypy...
And send us your changes when it works!

-- 
Amaury Forgeot d'Arc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20111130/2e0635c3/attachment.html>


More information about the pypy-dev mailing list