[GIS] installing exifread for photo2shape plugin

exifreadinstallation

I've already seen https://gis.stackexchange.com/questions/138207/error-loading-plugin-photo2shape-even-after-installing-exifread-module and Error installing Photo2Shape QGIS 2.6 for Mac, but cannot make it work.

First I installed pip, and then went to c:\python27\scripts and typed "pip install exifread", and it got installed. See

screenshot1

you can see that it is "up-to-date".. but when I try to install photo2shape it insist:

no module named exifread

Best Answer

Id did not use pip but extracted it manually and afterwards added the path to that folder.

Try creating a new file "exiftools.pth" in the folder "C:\Program Files\QGIS Wien\apps\Python27\Lib\site-packages" (or any other folder that is configured within the QGIS python-path environement) with just one line of text containing the path to the folder where your exiftool files are located. You may need admin privileges to do so. In my case that file would contain the following line:

C:\Program Files\QGIS Wien\apps\Python27\Lib\site-packages.

  1. Restart QGIS for an update of the pythonpath environement.