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):

  1. installed python 3.5.1 (x86)
  2. installed pywin32 (x86) mark hammond's sourceforge
  3. ran \site-packages\win32comext\axscript\client\pyscript.py, returns 'registered: python'
  4. check registry/hkcr - lots of references pys , python, expected
  5. try run >cscript hello.pys get

    cscript error: can't find script engine "python"

any clues? don't want use activepython.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -