python 2.7 - issue with win32.client import dispatch in python2.7 -
im trying read specific columnns , rows excel file. however, when i'm running script recieve error message following:
traceback (most recent call last): file "c:/users/abk29/pycharmprojects/helloworld/testing.py", line 2, in <module> win32com.client import dispatch file "c:\python-2.7.9.amd64\lib\site-packages\win32com\__init__.py", line 5, in <module> import win32api, sys, os importerror: dll load failed: specified module not found.
notice have installed pywin32 package.
what i'm doing wrong?
thank in advance!
Comments
Post a Comment