Search code examples
pythonwindows-installerpysvn

Pysvn installer fails to detect Python installation


I have Python 2.7.2 installed in the default location, C:\Python27. I've downloaded pysvn 2.7 from http://pysvn.tigris.org/project_downloads.html > Windows installation kits. Pysvn Windows installer aborts on

pysvn requires Python 2.7 to be installed.

Quitting installation

I've tried both installer files, py27-pysvn-svn1612-1.7.4-1321.exe and py27-pysvn-svn1615-1.7.5-1360.exe. Neither of them works.

How can I convince the installer that I have Python 2.7 installed? How is the installer determining whether pysvn is installed or not?


Solution

  • Did u perhaps install the 64-bit version of Python? If yes: Try the 32-bit installer.

    Background: It seems like the 64-bit installer doesn't properly set the correct values in the windows registry (which is the place where PySVN tries to find Python).