View Single Post
Old 03-03-2020, 07:16 PM   #13
gol8erl8
Member
gol8erl8 began at the beginning.
 
Posts: 18
Karma: 10
Join Date: Feb 2020
Device: Kindle Paperwhite 4
(Downloading plugins from a forum )

Thanks for taking the time to review the code, though I regret that I have a similar--if not an identical--error message:

Spoiler:
Code:
Modify ePubs
Traceback (most recent call last):
  File "/usr/bin/calibre-parallel", line 20, in <module>
    sys.exit(main())
  File "/usr/lib64/calibre/calibre/utils/ipc/worker.py", line 208, in main
    result = func(*args, **kwargs)
  File "/usr/lib64/calibre/calibre/utils/ipc/worker.py", line 142, in arbitrary_n
    module = importlib.import_module(module_name)
  File "/usr/lib64/python3.7/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 668, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 638, in _load_backward_compatible
  File "/usr/lib64/calibre/calibre/customize/zipplugin.py", line 184, in load_module
    exec(compiled, mod.__dict__)
  File "calibre_plugins.modify_epub.jobs", line 14, in <module>
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 668, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 638, in _load_backward_compatible
  File "/usr/lib64/calibre/calibre/customize/zipplugin.py", line 180, in load_module
    import_name), 'exec', dont_inherit=True)
  File "calibre_plugins.modify_epub.modify", line 532
    if re.search(r'<pre\s*([^>]*?)>', html_text, re.I):
                                                      ^
TabError: inconsistent use of tabs and spaces in indentation


If I can offer more about the system that would cause such a headache, feel free to ask. And shoutouts to Python :/

Last edited by gol8erl8; 03-03-2020 at 07:19 PM.
gol8erl8 is offline   Reply With Quote