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

ImportError: cannot import name EXIF #3

Closed
javierpra opened this issue Jan 14, 2015 · 2 comments
Closed

ImportError: cannot import name EXIF #3

javierpra opened this issue Jan 14, 2015 · 2 comments
Labels

Comments

@javierpra
Copy link
Contributor

On Freebsd when running metamorphose2.py

Traceback (most recent call last):
File "/usr/share/metamorphose2/metamorphose2.py", line 53, in
import MainWindow
File "/usr/share/metamorphose2/MainWindow/init.py", line 39, in
import sorting
File "/usr/share/metamorphose2/sorting/init.py", line 25, in
from exif import EXIF
ImportError: cannot import name EXIF

$ pkg info|grep exif
py27-exif-0.9_1 Python library to extract EXIF metadata from JPEG and TIFF image files.

$ ls src/exif/
$

Looks like exif did not get pulled with git. Will try again when internet is available. But a different exif module is installed with pkg. Labelled as bug for now pending further testing.

@javierpra javierpra added the bug label Jan 14, 2015
@javierpra javierpra self-assigned this Jan 14, 2015
@javierpra
Copy link
Contributor Author

Looks to be an issue with .gitmodules. Will run git submodule later in the day.

@javierpra
Copy link
Contributor Author

Fixed by changing .gitmodules URL and path. This can all be easily pulled with the following. It can easily be put into a script.

git pull && git submodule init && git submodule update && git submodule status

ianare added a commit that referenced this issue Jan 21, 2015
@javierpra javierpra removed their assignment Jan 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant