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.
You can create the __init.py file inside the win32 folder and then go inside the win32com folder and change its __init__.py file, where it is import win32api, change to from win32 import win32api