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
pyExitToolGui doesn'work with MAC OS X Yosemite #17
Comments
|
Hi - I have a similar issue on Yosemite: Exiftool is installed and running, but when I launch pyExitToolGui, I have the message below: Then there's a dialog which I'm supposed to use to locate exiftool - not sure what to select? Thanks for help |
|
The file dialog gives you the option to select the exiftool binary from the location where you have it installed. I have no Mac OS X anymore since about 1½ year, so I can't check myself. |
|
Thanks! I had to find out how to reach /usr/local/bin from the dialog (shift + cmd +g for the record...) |
|
Hi. I am still trying to get this to work. When I try to locate exiftool through shift+cmg+g it finds the directory but pyExiftoolgui cannot install it. Can you please post instructions? Thank you. |
|
The file dialog gives you also the option to simply type the path. or or (note that OS X is case sensitive: uppercase and lowercase characters are not the same) |
|
Thank you very much. |
|
I also can't use pyExitToolGui. After choosing exiftool, which is the latest version (10.03), the programm quits and relaunching it, just repeats the not found process. OS: OSX 10.11.1 Console log Could it be some restrictions by El Capitan? |
|
I'm in the same predicament at Ninerian having just upgraded to El Capitan 10.11.1 Console Log |
|
i also had the same issue as tonyredhead and ninerian; i resinstalled exiftool with homebrew, and this time also forced the linke To force the link and overwrite all conflicting files: now pyExifToolGui starts fine. |
|
Thanks for sharing. I don't have a Mac anymore so I can't test it myself. |
|
I am having the same issue. Running 10.10.5 here. Originally I had the latest exiftool (directly downloaded) but removed and installed with home-brew and did the force link and overwrite all conflicting files. Not sure what else to try. Can the path be manually edited in the config? |
|
The same here. If nobody will fix this, this program is useless now. EDIT: No.. it is not a solution. |
|
I use to use the tools to add metadata to my 360˚ panoramas before publishing to Google Maps. I still use ExifTool but via the Terminal. I've created a tutorial on how to use ExifTool for Google publishing at Google Map Photospheres - Adding MetaData on Mac using ExifTool & Terminal (http://tonyredhead.com/google-tips/exiftool-terminal-mac). |
|
Go to /Users//.pyexiftoolgui and open config.cfg with your preferred texteditor. Change the line "alternate_exiftool = False" to "alternate_exiftool = True". Save the file and start the pyexiftoolgui.app again. Point to where exiftool is, probably in /usr/local/bin and the app will start. |
|
Right on @dbollema. That works! Thank you very much. |
|
Thanks for sharing this work-around. This work-around however should be possible from within pyExiftoolgui. In the preferences screen |
|
I'm having a bit of trouble locating the .pyexiftoolgui config.cfg file. On 29 January 2016 at 23:46, dbollema notifications@github.com wrote:
e. tony tony@redsquare.com@tonyredhead.com |
|
It is in your user directory and using a sturcture common under linux/unix/OSX. So in /Users/<your_username> there is a hidden folder .pyexiftoolgui (note the dot in front of it). In that hidden folder you will find config.xml and lensddb.xml (in case you want to configure specific lenses not recognised in exif). Modify the config.xml as described above. |
|
Now I understand why the first hint by dbollema "seemed" incorrect. The makrup language of githubis corruptin strings. |
|
Thanks for that, amazing how a little bit of info opens up a whole new On 30 January 2016 at 18:40, hvdwolf notifications@github.com wrote:
e. tony tony@redsquare.com@tonyredhead.com |
|
For my own benefit and for anyone else who may be unfamiliar with the On 31 January 2016 at 23:58, Tony Redhead tony@tonyredhead.com wrote:
e. tony tony@redsquare.com@tonyredhead.com |
|
I got my hands on an old macbookpro of 2008 and after some tinkering with damaged memory modules and more then 2½ hours of upgrading to El Capitan I now see what the problem is. I will see if I can think of something "intelligent" to overcome the El Capitan's builtin restrictions like doing a pre-search for logical locations like /usr/local/bin (Phil Harvey's installer) /opt/local/bin (macports), etcetera. and let a user select one of them. Or something alike. Or give a download action from pyexiftoolgui to Phil Harvey's download page to facilitate that a little. |
|
Thanks @dbollema! You're doing God's work. |
|
@hvdwolf, thank you!! After all try, still can't make it work (tried all of the solutions above :( ). So I'm waiting for Your fresh new version 👍 |
|
"Hi, long-time listener, first-time caller ..." Just wanted to add my 2 (US) cents. I was happily using ExifTool 9.78 and pyExifToolGUI 0.5 on Yosemite 10.10.5 and then I upgraded ExifTool to 10.15 and it broke pyExifToolGUI, of course. I ran the binary inside the .app bundle directly and got I thought that was interesting because the old 9.78 binary was in /usr/bin/exiftool and the new 10.15 binary is in /usr/local/bin/exiftool. I made the two changes to ~/.pyexiftoolgui/config.cfg but it still doesn't come up. (Not deterministically, anyway.) I downloaded a binary .dmg of pyExifToolGUI so there is no "petgfunctions.py" file to diddle. When it quits I see this in the system logs:
What I'm finding is that it comes up (and stays up) about once for every 4 to 6 or 7 times I try to open it. Very odd! The error messages only come out on the attempts that fail, obviously. I have no idea why it coming up is so non-deterministic. |
|
Having exactly the same problem as Riot above. Also tried previous suggestion reinstalled exiftool with brew, no progress. |
|
Thanks to all for this great help. |
|
I know this is old, but for anyone still having this problem, the following solved it for me (on MacOS Sierra). Change the following lines in the above referenced config.cfg file: Change line "alternate_exiftool = True" to "alternate_exiftool = False" Also change line "exiftooloption = exiftool" to "exiftooloption = /usr/local/bin/exiftool" Hope this helps. |
|
Editing the config-file doesn't do it for me on MacOS Mojave 10.14.6. I also get the "could not convert string to float" error message. Most puzzling, the return text from starting pyexiftoolgui from the command line claims operating in folders ( Side remark: I do have Qt5 installed on my system, and some of it's components are found in the path. Might there be a conflict? I remember a few years ago the packetmanager made sure, those two major-versions of Qt could not get mixed up, and Qt stood for Qt4 while Qt5 was addressed explicitly. But since Qt4 has virtually disappeared, they have given up that precaution. |
I have a working exiftool on my mac, but the GUI pyExitToolGui doesn't work.
What can I do to use the GUI?
The text was updated successfully, but these errors were encountered: