Python 3.4.3 - Windows7 64 - install win32com error -


i'm running windows 7 64bit machine. installed python 3.4.3 32 bit. i've been using in various libs , no problem.

i needed load wincom32. pywin32-219win-amd64-py3.4.exe when run exe install, told me didnt have version 3.4: ("python version 3.4 required ,which not found in registry")

due diligence on web found python wrong 32 vs 64 bit - when python idle starts, says i'm running: python 3.4.3 (v3.4.3:9b73f1c3e601, feb 24 2015, 22:43:06) [msc v.1600 32 bit (intel)] on win32

i looked articles on registry settings , in examining registry, dont have python listed in except classes.

someone mentioned copy pywintypes32.dll - dont have file.

so need uninstall , install different python version? if so, version should install?

you need pywin32-219.win32-py3.4.exe python 32-bit, not x64. library version should match python installation, not windows installation. can have both python 32-bit , x64 installed on same computer, each own libraries.


Comments