mirror of
https://github.com/noDRM/DeDRM_tools.git
synced 2026-03-20 04:58:56 +00:00
Debugging for __version issue
This commit is contained in:
@@ -94,7 +94,17 @@ import traceback
|
||||
|
||||
#@@CALIBRE_COMPAT_CODE@@
|
||||
|
||||
import __version
|
||||
try:
|
||||
import __version
|
||||
except ModuleNotFoundError:
|
||||
print("#############################")
|
||||
print("__version not found, path is:")
|
||||
print(sys.path)
|
||||
print("I'm at:")
|
||||
print(__file__)
|
||||
print("#############################")
|
||||
raise
|
||||
|
||||
|
||||
class DeDRMError(Exception):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user