[pypy-dev] pypy and PIL

Davide Setti davide.setti at gmail.com
Sat Jun 25 14:07:12 CEST 2011


Hi all,
i'm trying to install PIL 1.1.7 on pypy 1.5.0, but when i run python
setup.py build_ext i get an exception, due to distutils. The
difference is that:

$ python -c "from distutils import sysconfig; print
sysconfig.get_config_var('CFLAGS')"
-fno-strict-aliasing -O3 -march=core2 -msse4.1 -w -pipe -DNDEBUG -g
-fwrapv -O3 -Wall -Wstrict-prototypes

$ pypy -c "from distutils import sysconfig; print
sysconfig.get_config_var('CFLAGS')"
None

I use osX. You can find the traceback on

https://gist.github.com/1046409

Thanks
-- 

Davide Setti
blog: http://blog.flatlandia.eu
code: http://github.com/vad


More information about the pypy-dev mailing list