grep -ir "cygwin" *
Results: 2
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 ...
Install AnnWrapper (scikits.ann) on Windows XP
ANN (Approximate Nearest Neighbor) is a C++ library for both exact and approximate nearest neighbor searching in arbitrarily high dimensions. I've been trying to use SWIG to wrap this library so I can use it in Python. Today I found out that someone had already done it! The project is called scikits...
more ...