I am using python 3.4 on windows 7.In order to open a doc file i am using this code
import sys import win32com.client as win32 word = win32.Dispatch(\"Word.
I encountered the same error yestoday with Python 3.6.1 on Windows 7, and resolved it by "pip install pypiwin32".