Martin

Results 9 comments of Martin

It took a while but now I have moved the exif routine to exifread. Unfortunately the error is the same. It happen reproducable always with the same images (from 2009)....

Thanks Richard for the quick answer. I will try and come back.

OK, back again. I used the debugger of IDLE and found out that it is exactly the suspicious code you pointed to in exifread which generates the memory error at...

The try/except around the exifread first seems to work but then many funny things happend. Seems as if the python system was corrupted. So I limited the count in exifread/classes/dump_IFD...

Sorry for the delay. Unfortunately I deleted the list of fotos which where unloadable after my workaround worked. But I still have to load up some more photos. Doing this...

Did this last weekend and it works quite well with Win7. The only thing was to comment out the two lines with "timestamp" in uploadr.py. The function time.strftime() seems to...

There is one more thing neccessary for Windows I forgot in Line 310: Linux: images.append( os.path.normpath( dirpath + "/" + f ) ) Windows: images.append( os.path.normpath( dirpath + "\" +...

A flag in the ini file would be a good solution I think. I am happy not having loaded up all my pics til now. Never trust a software you...

Because I got bad tags when using absolute path I looked at the code again. There is an easyer way to introduce the absolute path and to get correct tags:...