exif
exif copied to clipboard
TypeError: 'module' object is not callable
Hi Tyler,
Terminal Output (from VS Code Python 3.10.2 / Spyder Python 3.9.7) resulted in same TypeError.
from exif import Image
with open('IMG_0032.JPG', 'rb') as image_file: my_image = Image(image_file)
Reloaded modules: exif Traceback (most recent call last):
File ~\Documents\Programming\Python\FileProperties\exif2.py:12 in
TypeError: 'module' object is not callable