python Call to external program results in [Error 193] %1 is not a valid Win32 application

前端 未结 3 1973
后悔当初
后悔当初 2020-12-07 01:20

I am writing a GUI front end that after it does a bunch of validation will execute a series of already existing vbscript .wsf files.

My problem is when I try to ex

3条回答
  •  难免孤独
    2020-12-07 01:53

    If you are using Anaconda platform for python and same for the triggering, you need to mentioned the Python.exe file in the Command and Python file in the Command Argument. It is working for me, I used anaconda to install all library. I am triggering my program on the Anaconda prompt.

提交回复
热议问题