Hi,

I still have some unexplained crash with latest SVN version on my Gentoo 
so I continue to use pytrainer-1.8.0 on ubuntu... :-(
I still try to investigate where the problem could come from but without 
success till now.
Nevertheless, using a fresh new database with only one record imported 
from .gpx I see this ouput in the terminal :

pierre@gandalf ~ $ pytrainer
running pytrainer from egg installation
data_path: /usr/share/pytrainer/
gettext_path: /usr/share/locale
site_path: /usr/lib/python2.6/site-packages
Traceback (most recent call last):
   File "/usr/lib/python2.6/site-packages/pytrainer/gui/windowmain.py", 
line 1904, in on_calendar_selected
     self.parent.refreshGraphView(self.selected_view)
   File "/usr/lib/python2.6/site-packages/pytrainer/main.py", line 225, 
in refreshGraphView
     self.refreshRecordGraphView("info")
   File "/usr/lib/python2.6/site-packages/pytrainer/main.py", line 301, 
in refreshRecordGraphView
     self.windowmain.actualize_recordview(activity)
   File "/usr/lib/python2.6/site-packages/pytrainer/gui/windowmain.py", 
line 454, in actualize_recordview
     max_speed = lap['max_speed'] * 3.6
TypeError: unsupported operand type(s) for *: 'NoneType' and 'float'
Traceback (most recent call last):
   File "/usr/lib/python2.6/site-packages/pytrainer/gui/popupmenu.py", 
line 47, in on_showclassic_activate
     self.parent.parent.refreshRecordGraphView("info", 
id_record=self.id_record)
   File "/usr/lib/python2.6/site-packages/pytrainer/main.py", line 301, 
in refreshRecordGraphView
     self.windowmain.actualize_recordview(activity)
   File "/usr/lib/python2.6/site-packages/pytrainer/gui/windowmain.py", 
line 454, in actualize_recordview
     max_speed = lap['max_speed'] * 3.6
TypeError: unsupported operand type(s) for *: 'NoneType' and 'float'
pierre@gandalf ~ $

Moreover, if I expand laps in main view, they are not correctly sorted : 
1,10,11,12, ..., 2,21,22, ...,3 even if I click on the column header

Best regards,
Pierre

PS:
David I will send you French localization files soon


------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
Pytrainer-devel mailing list
Pytrainer-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytrainer-devel

Reply via email to