Pysvn installer fails to detect Python installation

后端 未结 4 1065
猫巷女王i
猫巷女王i 2021-01-17 20:58

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

4条回答
  •  独厮守ぢ
    2021-01-17 21:47

    I tried this and it worked perfectly:

    Copy HKLM\SOFTWARE​\Pyt​ho​n\Pyth​onCore\2​.7\In​​stallPath to HKCU\SOFTWARE​\Pyt​ho​n\Pyth​onCore\2​.7\In​​stallPath.

    Same link as above, but a different solution is offered within the thread. It is a problem with the pysvn 32-bit installer looking in the wrong (?) place in the Registry for the installed Python version.

    Edit: The 32-bit module still didn't work correctly with the 64-bit Python. The only solution for this is to use 32-bit Python with the module.

提交回复
热议问题