Upgrading sabnzbdplus from apt-get to 3.7.2 source
Posted: April 11th, 2023, 10:20 am
I was running sabnzdbplus on Debian that I got from apt-get successfully, but it was an old version (I believe 3.1 or something like that). I downloaded 3.7.2 source and extracted it to |usr|share|sabnzbdplus (after renaming the original sabnzbdplus to sabnzbdplus-old).
If I run "python3 SABnzbd[dot]py" it successfully runs and loads in my browser, BUT does not have any of my configuration. However, if I run "systemctl start sabnbzdplud" I get the following error:
File "|usr|bin|sabnzbdplus", line 58, in <module> from sabnzbd.misc import (
ImportError: cannot import name 'windows_variant' from 'sabnzbd.misc'
Any ideas here or best way to upgrade the apt-get package install? Thanks!
NOTE: I had to change slashes to pipes to avoid link detection....
If I run "python3 SABnzbd[dot]py" it successfully runs and loads in my browser, BUT does not have any of my configuration. However, if I run "systemctl start sabnbzdplud" I get the following error:
File "|usr|bin|sabnzbdplus", line 58, in <module> from sabnzbd.misc import (
ImportError: cannot import name 'windows_variant' from 'sabnzbd.misc'
Any ideas here or best way to upgrade the apt-get package install? Thanks!
NOTE: I had to change slashes to pipes to avoid link detection....