-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Hello, the library import in
python-unrar/unrar/unrarlib.py
Line 44 in ceaf02f
| lib_path = lib_path or find_library("unrar.dll") |
I suggest a solution for this problem:
-Detect architechture (x32 or x64) to import correct library
-Create a default path to those libraríe instead of just using MESSY ENVIRONMENT VARIABLE only, which in most case is C:\Program Files (x86)\UnrarDLL for x32 and C:\Program Files (x86)\UnrarDLL\x64 for x64.
And please update the version on PIP.
Thank you very much
Metadata
Metadata
Assignees
Labels
No labels