Hi,

2011/11/30 Yaacov Finkelman <[email protected]>

> 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
_______________________________________________
pypy-dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to