Search found 7 matches

by Janneman7
December 15th, 2025, 11:43 am
Forum: Debian/Ubuntu Package
Topic: module 'sabctools' has no attribute 'NNTPResponse'
Replies: 11
Views: 18501

Re: module 'sabctools' has no attribute 'NNTPResponse'

Took a risk by using pip3 uninstall --break-packages and everything seems to be working. Thanks again.
by Janneman7
December 15th, 2025, 11:37 am
Forum: Debian/Ubuntu Package
Topic: module 'sabctools' has no attribute 'NNTPResponse'
Replies: 11
Views: 18501

Re: module 'sabctools' has no attribute 'NNTPResponse'

Thanks. Have to find out how, since pip3 uninstall does not work...
by Janneman7
December 15th, 2025, 11:28 am
Forum: Debian/Ubuntu Package
Topic: module 'sabctools' has no attribute 'NNTPResponse'
Replies: 11
Views: 18501

Re: module 'sabctools' has no attribute 'NNTPResponse'

pip3 list says :

sabctools 8.2.5
sabctools 8.2.5

Yes. Listed twice
by Janneman7
December 15th, 2025, 11:26 am
Forum: Debian/Ubuntu Package
Topic: module 'sabctools' has no attribute 'NNTPResponse'
Replies: 11
Views: 18501

Re: module 'sabctools' has no attribute 'NNTPResponse'

mmmm strange enough its says 8.2.5...
by Janneman7
December 15th, 2025, 11:20 am
Forum: Debian/Ubuntu Package
Topic: module 'sabctools' has no attribute 'NNTPResponse'
Replies: 11
Views: 18501

Re: module 'sabctools' has no attribute 'NNTPResponse'

PS.

I found a suggstion that ' module x has no attribute' was down to module x being too big to be imported , see : " How to Resolve Module Has No Attribute - Python Error Messages" by Analyst Rising om Youtube.
by Janneman7
December 15th, 2025, 11:14 am
Forum: Debian/Ubuntu Package
Topic: module 'sabctools' has no attribute 'NNTPResponse'
Replies: 11
Views: 18501

Re: module 'sabctools' has no attribute 'NNTPResponse'

Yes, I am using PPA .

apt list --installed |grep sab

python3-sabctools/noble,now 9.1.0-0ubuntu1~jcfp1~24.04 amd64 [installed]
sabnzbdplus/noble,noble,now 4.6.0~alpha2-0ubuntu1~jcfp1~24.04 all [installed]
by Janneman7
December 15th, 2025, 10:36 am
Forum: Debian/Ubuntu Package
Topic: module 'sabctools' has no attribute 'NNTPResponse'
Replies: 11
Views: 18501

module 'sabctools' has no attribute 'NNTPResponse'

Hi,

I ran into some errors and decided to remove and reinstall sabnzbd+ (on Ubuntu). Now , when starting, I get :

AttributeError: module 'sabctools' has no attribute 'NNTPResponse'


When I open python in a cmd box and import sabctools, I get the same for __version__

Any thoughts?

Thanks..