Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support openslide-bin #267

Merged
merged 2 commits into from
Sep 7, 2024
Merged

Support openslide-bin #267

merged 2 commits into from
Sep 7, 2024

Commits on Sep 7, 2024

  1. lowlevel: single space between sentences in ModuleNotFoundErrors

    It reads a bit better.
    
    Signed-off-by: Benjamin Gilbert <bgilbert@cs.cmu.edu>
    bgilbert committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    ab1dbfe View commit details
    Browse the repository at this point in the history
  2. Support openslide-bin

    Prefer loading OpenSlide from the openslide-bin package if available.
    
    For ease of use, document openslide-bin as the preferred installation
    option.  Don't document manual installation of openslide-bin binaries on
    Linux and macOS, since there isn't generally an advantage to doing that,
    but leave the existing Windows Zip instructions for compatibility and to
    explain os.add_dll_directory().
    
    Add an explanatory ModuleNotFoundError on Linux if OpenSlide is not found.
    
    Signed-off-by: Benjamin Gilbert <bgilbert@cs.cmu.edu>
    bgilbert committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    9e853e6 View commit details
    Browse the repository at this point in the history