I’m on Windows trying to run a Python script. The problem I’m facing is that this script requires Python 2.7. Cygwin is currently installed with the Python 2.6 package. I tried searching for a 2.7 package in the installation wizard but couldn’t find any. So I’m kinda stuck. Does anybody have a solution?
Share
The problem was that I had downloaded a corrupt package of the source code. I tried it again and it worked fine.
The solution to this problem is to compile the package yourself till its not officially available. I had downloaded a corrupt package of the source code, md5 checksum turned out to be different. I tried it again and it worked fine.