How do I install Python 2.7 with Unix libraries on Cygwin?
Obviously getting Python 2.6 is easy - just install the Cygwin package with setup.exe.
Installing the Windows version of Python 2.7 was also easy, but I could not access the Unix modules.
So I've been trying to install Python from source, but it seems every time I fix one Make error there is another waiting just behind it. I am getting rather fed up with the whole thing and thinking someone else must have either done this or figured out it is impossible.
I feel installing Linux would have been the easier route...
I have been trying for about a week to get this to work.