When running python26 under windows OS (64bits)..... I have got errors like:
import win32api\" error in Python 2.6: pywintypes26.dll
or
First I was using pip to install pywin32 in anaconda environment, that's why no matter what I did it was failing. After trial and error, I figured out that conda install pywin32 is the right way to install pywin32 in the anaconda package manager.
conda install pywin32