Search code examples
pythonpython-3.xpywin32

Installing pywin32 for python 3.5 in windows 7


I have experiencing a problem when installing pywin32 for python 3.5 to my windows 7 PC. The problem is, installation wizard stating that I have no any python versioned as 3.5 in my registery.

enter image description here

My pywin32 file is downloaded from here => pywin32-220.win-amd64-py3.5.exe.

The thing is, when I run python -V code line, I am able to see that I've python 3.5.2 on my PC.

enter image description here

So I don't understand that is the real problem is. Did I get something wrong in logical way?

Any help will be greatly appreciated.


Solution

  • I strongly suggest you delete everything about python on your computer (do not forget to delete related PATH variables) and install Anaconda. You will be able to create several environments and much more.

    You can find it in the link below;

    https://www.continuum.io/downloads