python was not found run without arguments error version 3.5.3?

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
markm75
Newbie
Newbie
Posts: 11
Joined: September 9th, 2011, 12:34 pm

python was not found run without arguments error version 3.5.3?

Post 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
User avatar
sander
Release Testers
Release Testers
Posts: 8857
Joined: January 22nd, 2008, 2:22 pm

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

Post 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>
markm75
Newbie
Newbie
Posts: 11
Joined: September 9th, 2011, 12:34 pm

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

Post 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.
User avatar
sander
Release Testers
Release Testers
Posts: 8857
Joined: January 22nd, 2008, 2:22 pm

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

Post 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.
Post Reply