how to run python scripts
Posted: Sun Jan 17, 2021 5:11 am
First your Python installation must contain the file pyscript.py
In my installation this file is located at C:\Python3\Lib\site-packages\win32comext\axscript\client\pyscript.py
You will probably need to have the enviroment variable PYTHONPATH set to C:\Python3\Lib and added to the Path variable.
If u have all that and still doesnt work run manually the pyscript.py in a command prompt.
My Python implementation is from https://www.activestate.com/
In my installation this file is located at C:\Python3\Lib\site-packages\win32comext\axscript\client\pyscript.py
You will probably need to have the enviroment variable PYTHONPATH set to C:\Python3\Lib and added to the Path variable.
If u have all that and still doesnt work run manually the pyscript.py in a command prompt.
My Python implementation is from https://www.activestate.com/