Skip to content
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

Impossible d'associer les outils externes sous mac (exiftool) #1

Closed
lionpeloux opened this issue Mar 8, 2018 · 2 comments
Closed

Comments

@lionpeloux
Copy link

Bonjour,

J'ai installé micmac et l'interface CEREMA sur un mac aujourd'hui. Je ne pouvais cependant pas associer les outils externes (type exiftool) via le menu paramétrage car le panneau de sélection me permettait uniquement de visualiser les fichiers cachés mais pas de les sélectionner (ceux-ci apparaissaient en grisé).

Après quelques recherches, j'ai trouvé cette solution sur un forum.

J'ai donc simplement commenté la ligne correspondante dans la fonction d'association (lignes 3370-3374) et cela fonctionne.

Peut-être qu'il y a un petit correctif à proposer pour gérer cela sur mac ?

source=tkinter.filedialog.askopenfilename(initialdir=os.path.dirname(self.exiftool),                                                 
                                          #filetypes=[("exiftool","exiftool*"),(_("Tous"),"*")],
                                          multiple=False,
                                          title = _("Recherche exiftool"))
@lionpeloux lionpeloux changed the title Impossible d'associer les outils externes (exiftool) Impossible d'associer les outils externes sous mac (exiftool) Mar 8, 2018
gmorain added a commit to gmorain/InterfaceCEREMA that referenced this issue May 23, 2018
- added a check with sys.platform, so that the tkinter file selector does not use filetypes on "darwin" (OS X) systems
- fixed copy/paste in tool selection comments
@Jouin
Copy link
Contributor

Jouin commented Feb 11, 2019

Hello,
My apologies for such a late answer ... The issue had escaped me.
And thanks for your research on MacOs.
I will take this note into account in the next version of the interface.
Best regards.
Denis Jouin
PS: recent innovations of the interface may interest you: taking into account photos for calibration only, tapas with the option Figee after calibration, tool to work with multiple cameras simultaneously, adding Campari to improve the Z points GPS ...

Bonjour,
Toutes mes excuses pour une réponse si tardive... L'issue m'avait échappée.
Et merci pour vos recherches concernant MacOs.
Je vais prendre en compte cette remarque dans la prochaine version de l'interface.
Bien cordialement.
Denis Jouin
PS : les nouveautés récentes de l'interface peuvent vous intéresser : prise en compte de photos pour la calibration seulement, tapas avec l'option Figee après calibration, outil pour travailler avec plusieurs appareils photos simultanément, ajout de Campari pour améliorer le Z des points GPS...

@Jouin Jouin closed this as completed Feb 21, 2019
@Jouin Jouin reopened this Feb 21, 2019
@Jouin
Copy link
Contributor

Jouin commented Feb 21, 2019

Bonjour,

La version 5.30 du 21 février 2019 prend en compte la solution proposée ci-dessus.
Merci de votre contribution

@Jouin Jouin closed this as completed Feb 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants