Description
I'm unsure if this is related to bug #93 or not, but I'm seeing this exception when using rawkit on a system with Libraw 0.18.1 (Ubuntu 17.04 devel in this instance):
Traceback (most recent call last):
File "/home/damon/.local/lib/python3.5/site-packages/libraw/bindings.py", line 44, in init
}[self.version_number[1]]
KeyError: 18
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/damon/zeromq_pyqt/zeromq_pyqt/raphodo/thumbnailextractor.py", line 276, in get_disk_photo_thumb
with Raw(filename=full_file_name) as raw:
File "/home/damon/.local/lib/python3.5/site-packages/rawkit/raw.py", line 70, in init
self.libraw = LibRaw()
File "/home/damon/.local/lib/python3.5/site-packages/libraw/bindings.py", line 47, in init
'Unsupported Libraw version: %s.%s.%s.' % self.version_number
ImportError: Unsupported Libraw version: 0.18.1.
The line with zeromq in it refers to my code, Rapid Photo Downloader.