Trying to run a Python script from rules / Win8.1 / no effect

Catch the output and log it:

    val results = executeCommandLine(..., 5000)
    logInfo("Test", results)

This should tell you any error or other output generated by the Python script itself.

See