pywin32 - Cannot get python scripting working under WSH -
i'm trying wsh run python .pys scripts , i'm hitting wall - i've tried on 2 machines now, w7x64 , server2012, same result both time, cscript comes with:
cscript error: can't find script engine "python"
procedure (all happening under local admin account):
- installed python 3.5.1 (x86)
- installed pywin32 (x86) mark hammond's sourceforge
- ran \site-packages\win32comext\axscript\client\pyscript.py, returns
'registered: python'
- check registry/hkcr - lots of references pys , python, expected
try run >cscript hello.pys get
cscript error: can't find script engine "python"
any clues? don't want use activepython.
Comments
Post a Comment