What steps will reproduce the problem?
1. Run the program with "python ambit2gpx.py test.xml"
What is the expected output? What do you see instead?
Expected result: A valid GPX file with "Done." reported to the command prompt.
Actual result: A string of errors leading to "In line 75: undefined symbol
tmpext". An invalid GPX file is generated.
What version of the product are you using? On what operating system?
version 1.5 on the python script.
Any OS.
Please provide any additional information below.
The cause of the rror is a typo on line 54. there a variable "tempext"is
defined. It should be "tmpext". Fixing this typo causes the program to run as
expected.
Regards,
HMP
Original issue reported on code.google.com by hm.paran...@gmail.com on 4 Nov 2013 at 4:31
Original issue reported on code.google.com by
hm.paran...@gmail.com
on 4 Nov 2013 at 4:31