I am able to use xlwings at home with no issues on two different machines, but I am having significant issues running xlwings on my work computer.
Our company does have Anaconda as an approved program, but I keep getting the "No module named 'win32api'"
error. My company computer is running Anaconda 2.0.1 (64-bit), Python 3.4.1 (64-bit), and xlwings 0.7.1.
When my IS person saw that error, I informed him we needed to run pywin32
, but he said that pywin32 was 32-bit Python, which (he said) was inconsistent with 64-bit python.
Note: my computer does have both xlwings32.dll
and xlwings64.dll
.
Does anyone know if the xlwings program runs only 32-bit python, or am I missing something in the installation. Keep in mind that I do not have admin privileges, so I can't just "install an updated version".