ComicRN.py use_win32api not defined on Debian?

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
cilise82
Posts: 3
Joined: Sun Sep 03, 2017 5:16 am

ComicRN.py use_win32api not defined on Debian?

Post 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
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: ComicRN.py use_win32api not defined on Debian?

Post by evilhero »

This should be all fixed in the latest development build since you posted this.
Post Reply