I need to run a 64bit binary python installer for windows (reportlab‑2.7.win‑amd64‑py2.6.exe) downloaded from http://www.lfd.uci.edu/~gohlke/pythonlibs/.
Unfortunately, I have 64bit python 2.7 installed and can't switch to python 2.6. For compatibility reasons, I also can't switch to the reportlabs package for python 2.7. I am sure that the python 2.6 package is compatible with python 2.7.
The .exe installer won't install since it does not find python 2.6 in the registry. Is there anything I can do?