Re: [pypy-dev] Excellent work!

2012-03-10 Thread Benjamin Peterson
2012/3/10 Bent Phillipsen bphillip...@baden.ch: These results are really impressive. With pypy numerical analysis can be performed efficiently in pure python using lists as arrays (i.e. without using numpy). That's great to hear! By the way: I have observed, that the assert statement is

Re: [pypy-dev] How to get PIL to install?

2012-03-10 Thread Matti Picus
I created a fork of Pillow at git://github.com/mattip/Pillow.git for win32 Using a pypy nightly and the github code should allow you to setup.py install Pillow for win32. Note you may need some external libraries like libjpeg and zlib to get full functionality. I also fixed a bug in pypy so