[pyExifToolGUI] ExifTool not Found Mac OS X El Capitan

Started by bergjet, February 08, 2016, 03:14:24 AM

Previous topic - Next topic

bergjet

I have install the exiftool 10.10.dmg. There was in usr/local/bin
Then i have install the exiftoolgui.app
But "exiftool gui" does not find exiftool. I've done all folders visible. (defaults write com.apple.finder AppleShowAllFiles 1)

PH Edit: Changed subject name to include "pyExifToolGUI"

Phil Harvey

I don't know what GUI you are talking about, but the ExifToolGUI discussed here is Windows only.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

bergjet


Phil Harvey

I don't recall seeing this GUI before.  Where did you get it?

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

bergjet

sorry
pyExifToolGUI https://hvdwolf.github.io/pyExifToolGUI/

Hayo Baan

I haven't tried pyExifToolGUI myself, but most likely /usr/local/bin is not in your path. To check: open a terminal window and type echo $PATH, and to see if exifTool is actually running, type which exiftool and finally exiftool -ver. This will tell us where exiftool is installed and if it actually works.

Further questions, what version of OS X are your running, and how do you start pyExifToolGUI?

Cheers,
Hayo
Hayo Baan – Photography
Web: www.hayobaan.nl

bergjet

iMac:~ Martin$ echo $PATH
/Library/Application Support/GoodSync:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
iMac:~ Martin$ which exiftool
/usr/local/bin/exiftool
iMac:~ Martin$ exiftool -ver
10.10

OS X 10.11.3
I start pyExifToolGUI from the Applications Folder pyExifToolGUI.app

Phil Harvey

Ah.  The Python GUI.  I would suggest trying Hayo's suggestion and specifying /usr/local/bin directly in the script.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

bergjet

Quote from: Phil Harvey on February 08, 2016, 12:39:27 PM
Ah.  The Python GUI.  I would suggest trying Hayo's suggestion and specifying /usr/local/bin directly in the script.

- Phil

Phil, you make the proposal?

Phil Harvey

The name of the exiftool app is set on line 115 of petgfunctions.py, but there appears to be an option to specify an alternate location (line 113).  I didn't quickly find the documentation about the options and how to specify the alternate location, but you might look into this.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

bergjet

The option opens the Finder. But the finder shows me not to the hidden directory. Although I have said "defaults write com.apple.finder AppleShowAllFiles 1".

Phil Harvey

OK then, try putting exiftool (and its "lib" directory) on your Desktop or somewhere you can see with the Finder.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

bergjet

Quote from: Phil Harvey on February 08, 2016, 01:36:37 PM
OK then, try putting exiftool (and its "lib" directory) on your Desktop or somewhere you can see with the Finder.

- Phil
Which Lib Directory?

Hayo Baan

Hayo Baan – Photography
Web: www.hayobaan.nl

bergjet

exiftool is in the directory usr/local/bin/
I have make a copy from the bin directory to the desktop. But it does not work.