apprenticeharper / DeDRM_tools

DeDRM tools for ebooks
14.46k stars 1.49k forks source link

ModuleNotFoundError: No module named 'winreg' #2186

Open anonymous008 opened 1 year ago

anonymous008 commented 1 year ago

I am trying to run my code in Ubuntu but it reflects that error. I know that winreg is used to import windows registry while I am trying to run the code in a Linux machine but my code is python based and is an intrusion detection system. How will I run this IDS on Linux and avoid the winreg module not found an error? I there any alternative way/code I can use? Also, when I remove Import winreg from the code, it gives an error ImportError: No module named netifaces.

ElleKayEm commented 1 year ago

What version of DeDRM? What version of calibre?