grep -ir "pil" *
Results: 1
Compiling PIL 1.6 for Cygwin and Python 2.5
I'm not sure if this is still relevant today, but I had written this on my blog last year so I may find it useful again in the future, I was trying to compile PIL 1.6 to use with my Cygwin-installed python at work and had to do this: rebase -b 0x1000000000 /bin/tk84.dll python setup.py build_ext -i ...
more ...