LadyAzariel / gpicsync

Automatically exported from code.google.com/p/gpicsync
Other
0 stars 0 forks source link

unhandled exception #93

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. select the two attached files
2. select synchronize

What is the expected output? What do you see instead?
gpicsync-GUI.exe.log
Unhandled exception in thread started by <function sync at 0x0199BFB0>
Traceback (most recent call last):
  File "gpicsync-GUI.py", line 805, in sync
  File "gpicsync.pyc", line 147, in syncPicture
  File "geoexif.pyc", line 176, in writeLatLong
ValueError: invalid literal for float(): NaN

What version of the product are you using? On what operating system?
gpicsync 1.28
Windows XP

Please provide any additional information below.

Original issue reported on code.google.com by garrettm...@gmail.com on 17 Sep 2009 at 9:10

Attachments:

GoogleCodeExporter commented 9 years ago
I am guessing there is something other than "None" or a text representation of 
number 
in the elevation parameter on line 176 of geoexif.py.  I tried looking at the 
exif data 
for the file, but it did not report any elevation data.  Not sure what else to 
look at.

Original comment by garrettm...@gmail.com on 17 Sep 2009 at 9:16