I'm not sure what it is about this GPX file that produces this backtrace, so I'm attaching the file and providing the backtrace.
I'm trying to view the graphs for this entry.
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/pytrainer/gui/windowmain.py", line 478, in on_page_change
self.parent.refreshGraphView(self.selected_view)
File "/usr/lib/python2.5/site-packages/pytrainer/main.py", line 131, in refreshGraphView
self.refreshMapView()
File "/usr/lib/python2.5/site-packages/pytrainer/main.py", line 162, in refreshMapView
self.windowmain.actualize_map(id_record)
File "/usr/lib/python2.5/site-packages/pytrainer/gui/windowmain.py", line 200, in actualize_map
self.googlemaps.drawMap(id_record)
File "/usr/lib/python2.5/site-packages/pytrainer/extensions/googlemaps.py", line 54, in drawMap
points,levels = Points.encodePoints(pointlist)
File "/usr/lib/python2.5/site-packages/pytrainer/lib/points.py", line 82, in encodePoints
levels[0] = 'B'
IndexError: list assignment index out of range