win32com import error python 3.4 [duplicate]
This question already has an answer here: import win32api error in Python 2.6 10 answers I just installed python 3.4 64bit and tried to install win32com. I have downloaded pywin32-218.win-amd64-py3.4.exe and ran it without any problem. pip freeze reports pywin32==218. However, when I try to import win32com.client I get following error: Traceback (most recent call last): File "<pyshell#1>", line 1, in <module> import win32com.client File "C:\program files\Python34\lib\site-packages\win32com\__init__.py", line 5, in <module> import win32api, sys, os ImportError: DLL load failed: The specified