ronakg / smart-image-renamer

A script to intelligently bulk rename images using EXIF data
GNU General Public License v2.0
39 stars 14 forks source link

Can' t find _version.py #1

Open stlehmann opened 10 years ago

stlehmann commented 10 years ago

I just wanted to this module for renaming some of my images. After installing it with PIP and starting it I got the following exception:

MrLeehsMB:~ stefanlehmann$ smart-image-renamer.py
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/2.7/bin/smart-image-renamer.py", line 31, in <module>
    from _version import __version__
ImportError: No module named _version

So it seems for me the _version.py is not installed by setup.py. As there is only the version number set maybe it would be better to include it in the module file. Greetings

andrewmwilson commented 9 years ago

I agree!

DrChr commented 7 years ago

Same problem for me. A workaround is to clone from here on github and then use the script in my local working copy of the repository.

agutenkunst commented 5 years ago

Same here.