I have been stuck for some time. My configuration is: python 3.5
, xlwings 0.5.0
and Windows 7
. I get the following traceback while trying
I finally isntalled pywin32 from here, as suggested by Felix Zumstein. After a bit of cleaning in my Python 3.5 folders (site-packages
), xlwings
finally worked.
At the moment, your only easy option to install pywin32 on Python 3.5 is to use the Anaconda distribution. The official binaries from sourceforge don't seem to work with Python 3.5. Also, there are no unofficial binaries yet.