You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to init exiftool with custom config-file that describes some additional user tags I get this error:
File "/home/alex/.qgis2/python/plugins/geotagphotos/exiftool.py", line 193, in __enter__
self.start()
File "/home/alex/.qgis2/python/plugins/geotagphotos/exiftool.py", line 176, in start
stderr=devnull)
File "/usr/lib64/python2.7/subprocess.py", line 679, in __init__
errread, errwrite)
File "/usr/lib64/python2.7/subprocess.py", line 1249, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
When I try to init exiftool with custom config-file that describes some additional user tags I get this error:
Here is my simplified code:
Sample files:
The text was updated successfully, but these errors were encountered: