openpaperwork / pyinsane

Python library to access and use image scanners (Linux/Windows/etc) (Sane/WIA) -- Moved to Gnome's Gitlab
https://gitlab.gnome.org/World/OpenPaperwork/pyinsane
63 stars 24 forks source link

OS X support #20

Closed russss closed 9 years ago

russss commented 9 years ago

This quick improvement adds OS X support by trying to load libsane.1.dylib if the .so file doesn't exist.

Seems to work fine, it detects the scanner and can initiate a scan.

jflesch commented 9 years ago

Looks good. Thanks