FrancoisSchnell / GPicSync

:earth_americas::globe_with_meridians: GPicSync: inserts location in your pictures metadata from a GPS tracklog.
https://github.com/metadirective/GPicSync
Other
164 stars 43 forks source link

can't start on Mac OSX 10.11.6 python 3.6.0a4 #7

Closed steros closed 8 years ago

steros commented 8 years ago

I'm not sure if it is even possible to run your great software on mac but I read it is possible. Unfortunately I'm getting this error:

$ python gpicsync-GUI.py Traceback (most recent call last): File "gpicsync-GUI.py", line 29, in from unidecode import unidecode # unicode to ascii (see issue 117 regarding Python 2.x and command line to exiftool containing unicode) ImportError: No module named unidecode

FrancoisSchnell commented 8 years ago

Someone made a Mac port many years ago but unfortunately it hasn't been maintained after; very unlikely to work on current OSX. Sorry about that.

steros commented 8 years ago

no prob :)

mlucool commented 7 years ago

As an fyi, you can get this running on a mac for the CLI version from source. I struggled/gave up on the GUI version (you need wxPython and I could not get that to place nice with anaconda).

You'll need to install at least unidecode (via pip or whatever else you choose) and also install exiftool. From there the CLI did seem to work.