Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

Windows + Python 3.8 or later: ImportError: DLL load failed #20

Open
jwilk opened this issue Jun 29, 2022 · 0 comments
Open

Windows + Python 3.8 or later: ImportError: DLL load failed #20

jwilk opened this issue Jun 29, 2022 · 0 comments

Comments

@jwilk
Copy link
Member

jwilk commented Jun 29, 2022

I've failed to make python-djvulibre work with Python 3.8 or any later version.
The tests fail with:

======================================================================
ERROR: test_const (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: test_const
Traceback (most recent call last):
  File "C:\Python38\lib\unittest\loader.py", line 436, in _find_test_path
    module = self._get_module_from_name(name)
  File "C:\Python38\lib\unittest\loader.py", line 377, in _get_module_from_name
    __import__(name)
  File "C:\projects\python-djvulibre\tests\test_const.py", line 16, in <module>
    from djvu.const import (
  File "C:\projects\python-djvulibre\djvu\const.py", line 18, in <module>
    import djvu.sexpr
ImportError: DLL load failed while importing sexpr: The specified module could not be found.

Full build logs:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

1 participant