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

2012-03-22 Thread Armin Rigo
Hi Jacob, On Thu, Mar 22, 2012 at 03:57, Jacob Finkelman eh2...@wayne.edu wrote:     C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\basetsd.h(76) : error C2632: 'char' followed by 'char' is illegal Sorry, I'm out of guesses. You need to figure yourself what is wrong. Note that

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

2012-03-22 Thread Matti Picus
On 22/03/2012 1:00 PM, pypy-dev-requ...@python.org wrote: Date: Thu, 22 Mar 2012 11:08:18 +0100 From: Armin Rigo ar...@tunes.org To: Jacob Finkelman eh2...@wayne.edu Cc: pypy-dev@python.org Subject: Re: [pypy-dev] How to get PIL to install? Message-ID: camsv6x1z

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

2012-03-22 Thread Maciej Fijalkowski
On Thu, Mar 22, 2012 at 6:00 PM, Matti Picus matti.pi...@gmail.com wrote: On 22/03/2012 1:00 PM, pypy-dev-requ...@python.org wrote: Date: Thu, 22 Mar 2012 11:08:18 +0100 From: Armin Rigo ar...@tunes.org To: Jacob Finkelman eh2...@wayne.edu Cc: pypy-dev@python.org Subject: Re: [pypy-dev] How

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

2012-03-21 Thread Armin Rigo
Hi Jacob, On Mon, Mar 5, 2012 at 14:17, Jacob Finkelman eh2...@wayne.edu wrote: If it involves translating pypy, then I am stuck. This laptop does not have the resources to translate pypy. Yes, but I've made the change in the official source of PyPy too, which means that you can simply upgrade

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

2012-03-21 Thread Jacob Finkelman
Thanks I instaled pypy-c-jit-latest-win32.zip 17M 2012-03-13 then Install distribute and PIP. run cmd.exe cd c:\... pip install pillow and ...     C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\basetsd.h(76) : error C2632: 'char' followed by 'char' is illegal     C:\Program Files\Microsoft

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

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

2012-03-04 Thread Armin Rigo
Hi Jacob, Googling around, I found this thread: http://social.msdn.microsoft.com/Forums/en-SG/vcgeneral/thread/6ca96d26-1765-49d8-85fd-d455795fbb7e It seems related. The basic issue is that INT8 is already defined, possibly as a #define macro, from somewhere inside PIL; then when it #includes

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

2012-03-04 Thread Jacob Finkelman
Thanks. I feel really dumb for having to ask you this… Where do I find .../ffi_common.h? It does not appear to be in my PYPY-1.8 folder. Jacob On Sun, Mar 4, 2012 at 8:58 AM, Armin Rigo ar...@tunes.org wrote: Hi Jacob, Googling around, I found this thread:

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

2012-03-03 Thread Jacob Finkelman
Hi, I have been lurking on this list for quite a while. I always feel smarter for having tried to follow the conversations on this list. I'd especially like to thank the people working on getting Cython working. The progress on that project has been fascinating to read about. I have been trying

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

2012-03-03 Thread Leonardo Santagada
try pip install pillow. Pillow is a fork to make pil easier to be pip installed (so mainly a better setup.py). http://pypi.python.org/pypi/Pillow On Sat, Mar 3, 2012 at 11:12 PM, Jacob Finkelman eh2...@wayne.edu wrote: Hi, I have been lurking on this list for quite a while. I always feel