Page 1 of 1

python was not found run without arguments error version 3.5.3?

Posted: April 22nd, 2022, 9:48 am
by markm75
When my tv shows try to run the .py script as they always have in the past, im getting this error message in the history. The script cant be run or doesnt run due to this error.

I have python 2.7 installed, i reran setup made sure path env. variable was enabled.. then i ran the 3.x installer did the same thing (3.x wasnt installed during this error at first) but i still get the same error, so the script never gets ran.

This was all working fine until a recent update.

Any thoughts?

This is windows 10.

Thanks

Re: python was not found run without arguments error version 3.5.3?

Posted: April 22nd, 2022, 11:09 am
by sander
which script?
what does the first line of that script say?
what happens if you open a CMD and type

python<ENTER>

and

python3<ENTER>

Re: python was not found run without arguments error version 3.5.3?

Posted: April 24th, 2022, 1:03 pm
by markm75
sander wrote: April 22nd, 2022, 11:09 am which script?
what does the first line of that script say?
what happens if you open a CMD and type

python<ENTER>

and

python3<ENTER>
The command says python2.7 and then for the the other it brings up the windows store, for python 3.1, maybe related to the error message since it did mention the store in the error.

The script is autorpocessTV.py

The first line says # Author: Nic Wolfe <[email protected]> or import sys depending on comment or not.

Re: python was not found run without arguments error version 3.5.3?

Posted: April 24th, 2022, 1:14 pm
by sander
python2.7 and python3.1 are not supported (by python, nor sabnzbd) anymore.

You should have at least version python3.7. And python3.10 is the most version.

So start by taking care of that.