Search code examples
pythonpywin32

Error on installing pywin32 modul for python 2.7


I`m disparately trying to install win32.client which I know is a part of pywin32 module.

I have tried with:

  1. pip install
  2. pip install and downloaded different versions of .whl files
  3. .zip install from cmd (see pics bellow)

My version of python is : Info of my python version

When I tried with pip install: I get this error

When I tried with pip install and downloaded .whl file: I get this error

When I tried with .zip file: enter image description here

Do someone has any ideea why is not working ?

  • I also uninstalled python and installed again

Solution

  • I suggest you uninstall from pip and install with the .exe installer from the official repository.

    This has always worked for me. Remember to select the right version for your version of python.