Xlwings With Python 3.5 On Windows
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 to import xlwings: Traceback (most recent
Solution 1:
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.
Solution 2:
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.
Post a Comment for "Xlwings With Python 3.5 On Windows"