Page 1 of 1

ComicRN.py use_win32api not defined on Debian?

Posted: Wed Oct 09, 2019 11:35 pm
by cilise82
Hey all!

Just rebuilt my seedbox that mylar lives on. I pulled down the latest development build last night (e350eca3ef1c28e1469e824c8b427999b9d7b743). Started acquiring books today and when I checked my SABNzbd ui and I discovered ComicRN.py was throwing a win32api error. I'm running my box on Debian 9 and looking at the autoProcessComics.py script, I see the IF statement about running windows has been added. Since I'm obviously not running windows, what could be causing the script to not ignore that statement and continue as intended?

Any help would be extremely appreciated!


Here is my error from SABNazbd

Traceback (most recent call last):
File "*****/scripts/ComicRN.py", line 22, in <module>
sys.exit(autoProcessComics.processIssue(sys.argv[1], sys.argv[3], sys.argv[7], comicrn_version=comicrn_version))
File "*******/scripts/autoProcessComics.py", line 33, in processIssue
if use_win32api is True:
NameError: global name 'use_win32api' is not defined

Re: ComicRN.py use_win32api not defined on Debian?

Posted: Thu Oct 31, 2019 1:43 pm
by evilhero
This should be all fixed in the latest development build since you posted this.