Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have installed ironpython 2.7.8 and the running python version is 2.7. I want to get metadata of an image. But when the windows form application is run, it gives error messages. my python file is in the same project and I'm having trouble of importing the python library to from.cs :( when I tried to import the exif library as"using exifread", it does give an error saying unknown type

What I have tried:

to get meta data, I have installed exifread library which supports python version 2.7. the error was "IronPython.Runtime.Exceptions.ImportException: No module named exifread"
Posted
Updated 20-Jul-18 2:11am
Comments
Richard MacCutchan 20-Jul-18 8:35am    
Check where exifread has been installed.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900