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

authentication - Mongodb revoke acccess to connect test database -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -

r - Update two sets of radiobuttons reactively - shiny -