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

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -