unable to remap C:\cygwin\bin\tk84.dll to same address as parent

I was checking out Tauber’s Pinax, and came across VirtualEnv for the first time. Those are two cool projects.

However, building PIL on Cygwin Python 2.5 yields the following error message:

unable to remap C:\cygwin\bin\tk84.dll to same address as parent

Thanks to the power of Google, DataHammer has already found a resolution

C:\>cd \cygwin\bin
C:\cygwin\bin>ash
$ ./rebase -b 0x1000000000 tk84.dll

You should follow me on twitter here

Comments are closed.