jmhobbs@pyhacker /posts/compiling-pil-16-cygwin-and-python-25
date
2008-07-16T18:31:03.000Z
whoami
jmhobbs
ls
comments content tags
wc content
70
cat content
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
python selftest.py
python setup.py install
After that, PIL built and installed just fine.
cat comments