Hi,I installed the garmintools and pytrainer from the repository with Mint 12 (in French).
I configured the plugin and I hear the watch beeping and tellling me that the data is transferred but pytrainer does not give me any information.
I've attached the log, the database file from pytrainer and a file generated by garmin_save_runs.
Can someone help me with that? Regards, Dany
2012-01-08 20:59:28,676|ERROR|profile|_parse_config_file|Configuration '/home/dany/.pytrainer/conf.xml' file does not exist 2012-01-08 20:59:29,948|ERROR|record|getSportId|Error retrieving id_sports from Tous les Sports 2012-01-08 20:59:29,948|ERROR|record|getSportId|Error retrieving id_sports from Tous les Sports 2012-01-08 20:59:41,720|DEBUG|windowprofile|on_checkbuttonValidate_toggled|Validate activated 2012-01-08 20:59:42,160|DEBUG|windowprofile|on_checkbuttonCheck_toggled|Check activated 2012-01-08 20:59:42,160|DEBUG|windowprofile|on_checkbuttonCheck_toggled|Need to do sanitycheck 2012-01-08 20:59:42,161|DEBUG|main|sanityCheck|>> 2012-01-08 20:59:42,161|INFO|main|sanityCheck|Checking database integrity 2012-01-08 20:59:42,161|DEBUG|ddbb|checkDBIntegrity|>> 2012-01-08 20:59:42,161|INFO|ddbb|checkDBIntegrity|Checking PyTrainer database 2012-01-08 20:59:42,162|DEBUG|ddbb|checkDBIntegrity|Found 7 tables in DB: [u'athletestats', u'equipment', u'laps', u'record_equipment', u'records', u'sports', u'waypoints'] 2012-01-08 20:59:42,162|DEBUG|sqliteUtils|createDatabaseBackup|>> 2012-01-08 20:59:42,162|DEBUG|sqliteUtils|createDatabaseBackup|Database path: /home/dany/.pytrainer/pytrainer.ddbb 2012-01-08 20:59:42,180|INFO|sqliteUtils|createDatabaseBackup|Database backup successfully created 2012-01-08 20:59:42,180|DEBUG|sqliteUtils|createDatabaseBackup|<< 2012-01-08 20:59:42,181|DEBUG|sqliteUtils|checkTable|>> 2012-01-08 20:59:42,181|INFO|sqliteUtils|checkTable|Inspecting athletestats table 2012-01-08 20:59:42,181|DEBUG|sqliteUtils|checkTable|Columns definition: {'weight': 'float', 'id_athletestat': 'integer primary key autoincrement', 'bodyfat': 'float', 'restinghr': 'integer', 'date': 'date', 'maxhr': 'integer'} 2012-01-08 20:59:42,182|DEBUG|sqliteUtils|checkTable|Raw data retrieved from DB athletestats: [(0, u'weight', u'float', 0, None, 0), (1, u'id_athletestat', u'integer', 0, None, 1), (2, u'bodyfat', u'float', 0, None, 0), (3, u'restinghr', u'integer', 0, None, 0), (4, u'date', u'date', 0, None, 0), (5, u'maxhr', u'integer', 0, None, 0)] 2012-01-08 20:59:42,182|DEBUG|sqliteUtils|checkTable|Useful data retrieved from athletestats in DB: {u'restinghr': u'integer', u'weight': u'float', u'id_athletestat': u'integer', u'date': u'date', u'bodyfat': u'float', u'maxhr': u'integer'} 2012-01-08 20:59:42,183|DEBUG|sqliteUtils|checkTable|Columns in DB that shouldnt be: [] 2012-01-08 20:59:42,183|DEBUG|sqliteUtils|checkTable|Columns missing from DB: [] 2012-01-08 20:59:42,183|INFO|sqliteUtils|checkTable|Table athletestats is OK 2012-01-08 20:59:42,183|DEBUG|sqliteUtils|checkTable|<< 2012-01-08 20:59:42,183|DEBUG|sqliteUtils|checkTable|>> 2012-01-08 20:59:42,184|INFO|sqliteUtils|checkTable|Inspecting records table 2012-01-08 20:59:42,184|DEBUG|sqliteUtils|checkTable|Columns definition: {'distance': 'float', 'maxspeed': 'float', 'maxpace': 'float', 'title': 'varchar(200)', 'id_record': 'integer primary key autoincrement', 'upositive': 'float', 'average': 'float', 'date_time_local': 'varchar(40)', 'calories': 'int', 'date_time_utc': 'varchar(40)', 'comments': 'text', 'pace': 'float', 'unegative': 'float', 'duration': 'integer', 'beats': 'float', 'gpslog': 'varchar(200)', 'time': 'varchar(200)', 'date': 'date', 'sport': 'integer', 'maxbeats': 'float'} 2012-01-08 20:59:42,185|DEBUG|sqliteUtils|checkTable|Raw data retrieved from DB records: [(0, u'distance', u'float', 0, None, 0), (1, u'maxspeed', u'float', 0, None, 0), (2, u'maxpace', u'float', 0, None, 0), (3, u'title', u'varchar(200)', 0, None, 0), (4, u'id_record', u'integer', 0, None, 1), (5, u'upositive', u'float', 0, None, 0), (6, u'average', u'float', 0, None, 0), (7, u'date_time_local', u'varchar(40)', 0, None, 0), (8, u'calories', u'int', 0, None, 0), (9, u'date_time_utc', u'varchar(40)', 0, None, 0), (10, u'comments', u'text', 0, None, 0), (11, u'pace', u'float', 0, None, 0), (12, u'unegative', u'float', 0, None, 0), (13, u'duration', u'integer', 0, None, 0), (14, u'beats', u'float', 0, None, 0), (15, u'gpslog', u'varchar(200)', 0, None, 0), (16, u'time', u'varchar(200)', 0, None, 0), (17, u'date', u'date', 0, None, 0), (18, u'sport', u'integer', 0, None, 0), (19, u'maxbeats', u'float', 0, None, 0)] 2012-01-08 20:59:42,185|DEBUG|sqliteUtils|checkTable|Useful data retrieved from records in DB: {u'distance': u'float', u'maxspeed': u'float', u'maxpace': u'float', u'title': u'varchar(200)', u'id_record': u'integer', u'upositive': u'float', u'average': u'float', u'date_time_local': u'varchar(40)', u'calories': u'int', u'beats': u'float', u'comments': u'text', u'maxbeats': u'float', u'unegative': u'float', u'pace': u'float', u'date_time_utc': u'varchar(40)', u'gpslog': u'varchar(200)', u'time': u'varchar(200)', u'duration': u'integer', u'sport': u'integer', u'date': u'date'} 2012-01-08 20:59:42,185|DEBUG|sqliteUtils|checkTable|Columns in DB that shouldnt be: [] 2012-01-08 20:59:42,186|DEBUG|sqliteUtils|checkTable|Columns missing from DB: [] 2012-01-08 20:59:42,186|INFO|sqliteUtils|checkTable|Table records is OK 2012-01-08 20:59:42,186|DEBUG|sqliteUtils|checkTable|<< 2012-01-08 20:59:42,186|DEBUG|sqliteUtils|checkTable|>> 2012-01-08 20:59:42,187|INFO|sqliteUtils|checkTable|Inspecting record_equipment table 2012-01-08 20:59:42,187|DEBUG|sqliteUtils|checkTable|Columns definition: {'record_id': 'int', 'equipment_id': 'int', 'id': 'integer primary key autoincrement'} 2012-01-08 20:59:42,187|DEBUG|sqliteUtils|checkTable|Raw data retrieved from DB record_equipment: [(0, u'record_id', u'int', 0, None, 0), (1, u'equipment_id', u'int', 0, None, 0), (2, u'id', u'integer', 0, None, 1)] 2012-01-08 20:59:42,187|DEBUG|sqliteUtils|checkTable|Useful data retrieved from record_equipment in DB: {u'record_id': u'int', u'equipment_id': u'int', u'id': u'integer'} 2012-01-08 20:59:42,188|DEBUG|sqliteUtils|checkTable|Columns in DB that shouldnt be: [] 2012-01-08 20:59:42,188|DEBUG|sqliteUtils|checkTable|Columns missing from DB: [] 2012-01-08 20:59:42,188|INFO|sqliteUtils|checkTable|Table record_equipment is OK 2012-01-08 20:59:42,188|DEBUG|sqliteUtils|checkTable|<< 2012-01-08 20:59:42,189|DEBUG|sqliteUtils|checkTable|>> 2012-01-08 20:59:42,189|INFO|sqliteUtils|checkTable|Inspecting laps table 2012-01-08 20:59:42,189|DEBUG|sqliteUtils|checkTable|Columns definition: {'elapsed_time': 'varchar(20)', 'record': 'integer', 'end_lon': 'float', 'lap_number': 'integer', 'end_lat': 'float', 'distance': 'float', 'start_lon': 'float', 'id_lap': 'integer primary key autoincrement', 'calories': 'int', 'start_lat': 'float'} 2012-01-08 20:59:42,190|DEBUG|sqliteUtils|checkTable|Raw data retrieved from DB laps: [(0, u'elapsed_time', u'varchar(20)', 0, None, 0), (1, u'record', u'integer', 0, None, 0), (2, u'end_lon', u'float', 0, None, 0), (3, u'lap_number', u'integer', 0, None, 0), (4, u'end_lat', u'float', 0, None, 0), (5, u'distance', u'float', 0, None, 0), (6, u'start_lon', u'float', 0, None, 0), (7, u'id_lap', u'integer', 0, None, 1), (8, u'calories', u'int', 0, None, 0), (9, u'start_lat', u'float', 0, None, 0)] 2012-01-08 20:59:42,190|DEBUG|sqliteUtils|checkTable|Useful data retrieved from laps in DB: {u'elapsed_time': u'varchar(20)', u'record': u'integer', u'end_lon': u'float', u'start_lon': u'float', u'end_lat': u'float', u'distance': u'float', u'id_lap': u'integer', u'lap_number': u'integer', u'calories': u'int', u'start_lat': u'float'} 2012-01-08 20:59:42,190|DEBUG|sqliteUtils|checkTable|Columns in DB that shouldnt be: [] 2012-01-08 20:59:42,190|DEBUG|sqliteUtils|checkTable|Columns missing from DB: [] 2012-01-08 20:59:42,191|INFO|sqliteUtils|checkTable|Table laps is OK 2012-01-08 20:59:42,191|DEBUG|sqliteUtils|checkTable|<< 2012-01-08 20:59:42,191|DEBUG|sqliteUtils|checkTable|>> 2012-01-08 20:59:42,191|INFO|sqliteUtils|checkTable|Inspecting waypoints table 2012-01-08 20:59:42,191|DEBUG|sqliteUtils|checkTable|Columns definition: {'comment': 'varchar(240)', 'lat': 'float', 'name': 'varchar(200)', 'time': 'date', 'id_waypoint': 'integer primary key autoincrement', 'lon': 'float', 'sym': 'varchar(200)', 'ele': 'float'} 2012-01-08 20:59:42,192|DEBUG|sqliteUtils|checkTable|Raw data retrieved from DB waypoints: [(0, u'comment', u'varchar(240)', 0, None, 0), (1, u'lat', u'float', 0, None, 0), (2, u'name', u'varchar(200)', 0, None, 0), (3, u'time', u'date', 0, None, 0), (4, u'id_waypoint', u'integer', 0, None, 1), (5, u'lon', u'float', 0, None, 0), (6, u'sym', u'varchar(200)', 0, None, 0), (7, u'ele', u'float', 0, None, 0)] 2012-01-08 20:59:42,192|DEBUG|sqliteUtils|checkTable|Useful data retrieved from waypoints in DB: {u'comment': u'varchar(240)', u'id_waypoint': u'integer', u'name': u'varchar(200)', u'time': u'date', u'lat': u'float', u'lon': u'float', u'sym': u'varchar(200)', u'ele': u'float'} 2012-01-08 20:59:42,192|DEBUG|sqliteUtils|checkTable|Columns in DB that shouldnt be: [] 2012-01-08 20:59:42,193|DEBUG|sqliteUtils|checkTable|Columns missing from DB: [] 2012-01-08 20:59:42,193|INFO|sqliteUtils|checkTable|Table waypoints is OK 2012-01-08 20:59:42,193|DEBUG|sqliteUtils|checkTable|<< 2012-01-08 20:59:42,193|DEBUG|sqliteUtils|checkTable|>> 2012-01-08 20:59:42,194|INFO|sqliteUtils|checkTable|Inspecting sports table 2012-01-08 20:59:42,194|DEBUG|sqliteUtils|checkTable|Columns definition: {'met': 'float', 'id_sports': 'integer primary key autoincrement', 'max_pace': 'integer', 'name': 'varchar(100)', 'weight': 'float'} 2012-01-08 20:59:42,194|DEBUG|sqliteUtils|checkTable|Raw data retrieved from DB sports: [(0, u'met', u'float', 0, None, 0), (1, u'id_sports', u'integer', 0, None, 1), (2, u'max_pace', u'integer', 0, None, 0), (3, u'name', u'varchar(100)', 0, None, 0), (4, u'weight', u'float', 0, None, 0)] 2012-01-08 20:59:42,195|DEBUG|sqliteUtils|checkTable|Useful data retrieved from sports in DB: {u'met': u'float', u'id_sports': u'integer', u'max_pace': u'integer', u'name': u'varchar(100)', u'weight': u'float'} 2012-01-08 20:59:42,195|DEBUG|sqliteUtils|checkTable|Columns in DB that shouldnt be: [] 2012-01-08 20:59:42,195|DEBUG|sqliteUtils|checkTable|Columns missing from DB: [] 2012-01-08 20:59:42,195|INFO|sqliteUtils|checkTable|Table sports is OK 2012-01-08 20:59:42,195|DEBUG|sqliteUtils|checkTable|<< 2012-01-08 20:59:42,196|DEBUG|sqliteUtils|checkTable|>> 2012-01-08 20:59:42,196|INFO|sqliteUtils|checkTable|Inspecting equipment table 2012-01-08 20:59:42,196|DEBUG|sqliteUtils|checkTable|Columns definition: {'life_expectancy': 'int', 'description': 'varchar (200)', 'notes': 'text', 'active': 'boolean', 'id': 'integer primary key autoincrement', 'prior_usage': 'int'} 2012-01-08 20:59:42,197|DEBUG|sqliteUtils|checkTable|Raw data retrieved from DB equipment: [(0, u'life_expectancy', u'int', 0, None, 0), (1, u'description', u'varchar (200)', 0, None, 0), (2, u'notes', u'text', 0, None, 0), (3, u'active', u'boolean', 0, None, 0), (4, u'id', u'integer', 0, None, 1), (5, u'prior_usage', u'int', 0, None, 0)] 2012-01-08 20:59:42,197|DEBUG|sqliteUtils|checkTable|Useful data retrieved from equipment in DB: {u'life_expectancy': u'int', u'description': u'varchar (200)', u'active': u'boolean', u'notes': u'text', u'id': u'integer', u'prior_usage': u'int'} 2012-01-08 20:59:42,197|DEBUG|sqliteUtils|checkTable|Columns in DB that shouldnt be: [] 2012-01-08 20:59:42,197|DEBUG|sqliteUtils|checkTable|Columns missing from DB: [] 2012-01-08 20:59:42,197|INFO|sqliteUtils|checkTable|Table equipment is OK 2012-01-08 20:59:42,197|DEBUG|sqliteUtils|checkTable|<< 2012-01-08 20:59:42,197|DEBUG|ddbb|populate_date_time_local|-- 2012-01-08 20:59:42,197|DEBUG|ddbb|populate_date_time_local|Found 0 records in DB without date_time_local field populated 2012-01-08 20:59:42,197|DEBUG|ddbb|populate_duration_from_time|-- 2012-01-08 20:59:42,197|DEBUG|ddbb|select_dict|>> 2012-01-08 20:59:42,197|DEBUG|ddbb|select_dict|<< 2012-01-08 20:59:42,197|DEBUG|ddbb|populate_duration_from_time|Found 0 records in DB 2012-01-08 20:59:42,198|DEBUG|ddbb|checkDBIntegrity|<< 2012-01-08 20:59:42,198|INFO|main|sanityCheck|Setting DB version to: 6 2012-01-08 20:59:42,198|DEBUG|profile|setValue|>> 2012-01-08 20:59:42,198|DEBUG|profile|setValue|Setting DB_version to 6 2012-01-08 20:59:42,198|DEBUG|profile|setValue|Writting... 2012-01-08 20:59:42,198|DEBUG|profile|setValue|<< 2012-01-08 20:59:42,198|DEBUG|main|sanityCheck|<< 2012-01-08 20:59:43,240|DEBUG|profile|setProfile|>> 2012-01-08 20:59:43,241|DEBUG|profile|setProfile|Adding prf_maxhr| 2012-01-08 20:59:43,241|DEBUG|profile|setValue|>> 2012-01-08 20:59:43,241|DEBUG|profile|setValue|Setting prf_maxhr to 2012-01-08 20:59:43,242|DEBUG|profile|setValue|<< 2012-01-08 20:59:43,242|DEBUG|profile|setProfile|Adding prf_ddbbhost| 2012-01-08 20:59:43,242|DEBUG|profile|setValue|>> 2012-01-08 20:59:43,242|DEBUG|profile|setValue|Setting prf_ddbbhost to 2012-01-08 20:59:43,243|DEBUG|profile|setValue|<< 2012-01-08 20:59:43,243|DEBUG|profile|setProfile|Adding prf_name|default 2012-01-08 20:59:43,243|DEBUG|profile|setValue|>> 2012-01-08 20:59:43,243|DEBUG|profile|setValue|Setting prf_name to default 2012-01-08 20:59:43,243|DEBUG|profile|setValue|<< 2012-01-08 20:59:43,244|DEBUG|profile|setProfile|Adding prf_age| 2012-01-08 20:59:43,244|DEBUG|profile|setValue|>> 2012-01-08 20:59:43,244|DEBUG|profile|setValue|Setting prf_age to 2012-01-08 20:59:43,244|DEBUG|profile|setValue|<< 2012-01-08 20:59:43,245|DEBUG|profile|setProfile|Adding prf_height| 2012-01-08 20:59:43,245|DEBUG|profile|setValue|>> 2012-01-08 20:59:43,245|DEBUG|profile|setValue|Setting prf_height to 2012-01-08 20:59:43,245|DEBUG|profile|setValue|<< 2012-01-08 20:59:43,246|DEBUG|profile|setProfile|Adding prf_ddbb|sqlite 2012-01-08 20:59:43,246|DEBUG|profile|setValue|>> 2012-01-08 20:59:43,246|DEBUG|profile|setValue|Setting prf_ddbb to sqlite 2012-01-08 20:59:43,246|DEBUG|profile|setValue|<< 2012-01-08 20:59:43,246|DEBUG|profile|setProfile|Adding prf_ddbbpass| 2012-01-08 20:59:43,247|DEBUG|profile|setValue|>> 2012-01-08 20:59:43,247|DEBUG|profile|setValue|Setting prf_ddbbpass to 2012-01-08 20:59:43,247|DEBUG|profile|setValue|<< 2012-01-08 20:59:43,247|DEBUG|profile|setProfile|Adding prf_us_system|False 2012-01-08 20:59:43,248|DEBUG|profile|setValue|>> 2012-01-08 20:59:43,248|DEBUG|profile|setValue|Setting prf_us_system to False 2012-01-08 20:59:43,248|DEBUG|profile|setValue|<< 2012-01-08 20:59:43,248|DEBUG|profile|setProfile|Adding prf_gender| 2012-01-08 20:59:43,248|DEBUG|profile|setValue|>> 2012-01-08 20:59:43,248|DEBUG|profile|setValue|Setting prf_gender to 2012-01-08 20:59:43,249|DEBUG|profile|setValue|<< 2012-01-08 20:59:43,249|DEBUG|profile|setProfile|Adding prf_minhr| 2012-01-08 20:59:43,249|DEBUG|profile|setValue|>> 2012-01-08 20:59:43,249|DEBUG|profile|setValue|Setting prf_minhr to 2012-01-08 20:59:43,249|DEBUG|profile|setValue|<< 2012-01-08 20:59:43,249|DEBUG|profile|setProfile|Adding prf_weight| 2012-01-08 20:59:43,249|DEBUG|profile|setValue|>> 2012-01-08 20:59:43,249|DEBUG|profile|setValue|Setting prf_weight to 2012-01-08 20:59:43,249|DEBUG|profile|setValue|<< 2012-01-08 20:59:43,249|DEBUG|profile|setProfile|Adding prf_ddbbname| 2012-01-08 20:59:43,249|DEBUG|profile|setValue|>> 2012-01-08 20:59:43,249|DEBUG|profile|setValue|Setting prf_ddbbname to 2012-01-08 20:59:43,249|DEBUG|profile|setValue|<< 2012-01-08 20:59:43,249|DEBUG|profile|setProfile|Adding default_viewer|0 2012-01-08 20:59:43,249|DEBUG|profile|setValue|>> 2012-01-08 20:59:43,249|DEBUG|profile|setValue|Setting default_viewer to 0 2012-01-08 20:59:43,250|DEBUG|profile|setValue|<< 2012-01-08 20:59:43,250|DEBUG|profile|setProfile|Adding prf_hrzones_karvonen|False 2012-01-08 20:59:43,250|DEBUG|profile|setValue|>> 2012-01-08 20:59:43,250|DEBUG|profile|setValue|Setting prf_hrzones_karvonen to False 2012-01-08 20:59:43,250|DEBUG|profile|setValue|<< 2012-01-08 20:59:43,250|DEBUG|profile|setProfile|Adding prf_ddbbuser| 2012-01-08 20:59:43,250|DEBUG|profile|setValue|>> 2012-01-08 20:59:43,250|DEBUG|profile|setValue|Setting prf_ddbbuser to 2012-01-08 20:59:43,250|DEBUG|profile|setValue|<< 2012-01-08 20:59:43,250|DEBUG|profile|setProfile|<< 2012-01-08 20:59:43,252|DEBUG|profile|_parse_config_file|Attempting to parse content from /home/dany/.pytrainer/conf.xml 2012-01-08 20:59:43,252|DEBUG|profile|editProfile|<< 2012-01-08 20:59:43,252|DEBUG|activitypool|clear_pool|>> 2012-01-08 20:59:43,253|DEBUG|activitypool|clear_pool|Clearing ActivityPool 2012-01-08 20:59:43,253|DEBUG|activitypool|clear_pool|<< 2012-01-08 20:59:43,253|DEBUG|recordgraph|__init__|>> 2012-01-08 20:59:43,253|DEBUG|drawArea|__init__|>> 2012-01-08 20:59:43,253|DEBUG|drawArea|__init__|<< 2012-01-08 20:59:43,253|DEBUG|recordgraph|__init__|<< 2012-01-08 20:59:43,253|DEBUG|heartrategraph|__init__|>> 2012-01-08 20:59:43,253|DEBUG|drawArea|__init__|>> 2012-01-08 20:59:43,253|DEBUG|drawArea|__init__|<< 2012-01-08 20:59:43,253|DEBUG|drawArea|__init__|>> 2012-01-08 20:59:43,253|DEBUG|drawArea|__init__|<< 2012-01-08 20:59:43,253|DEBUG|heartrategraph|__init__|<< 2012-01-08 20:59:43,253|DEBUG|drawArea|__init__|>> 2012-01-08 20:59:43,254|DEBUG|drawArea|__init__|<< 2012-01-08 20:59:43,254|DEBUG|drawArea|__init__|>> 2012-01-08 20:59:43,254|DEBUG|drawArea|__init__|<< 2012-01-08 20:59:43,254|DEBUG|drawArea|__init__|>> 2012-01-08 20:59:43,254|DEBUG|drawArea|__init__|<< 2012-01-08 20:59:43,254|DEBUG|mapviewer|__init__|>> 2012-01-08 20:59:43,255|DEBUG|mapviewer|pack_box|>> 2012-01-08 20:59:43,255|DEBUG|mapviewer|pack_box|<< 2012-01-08 20:59:43,255|DEBUG|mapviewer|__init__|<< 2012-01-08 20:59:43,255|DEBUG|mapviewer|__init__|>> 2012-01-08 20:59:43,255|DEBUG|mapviewer|pack_box|>> 2012-01-08 20:59:43,255|DEBUG|mapviewer|pack_box|<< 2012-01-08 20:59:43,255|DEBUG|mapviewer|__init__|<< 2012-01-08 20:59:43,256|DEBUG|waypointeditor|__init__|>> 2012-01-08 20:59:43,256|DEBUG|waypointeditor|__init__|<< 2012-01-08 20:59:43,256|DEBUG|windowmain|on_page_change|-- 2012-01-08 20:59:43,256|DEBUG|main|refreshGraphView|>> 2012-01-08 20:59:43,256|DEBUG|main|refreshGraphView|day view 2012-01-08 20:59:43,257|DEBUG|record|getSportId|>> 2012-01-08 20:59:43,257|ERROR|record|getSportId|Error retrieving id_sports from Tous les Sports 2012-01-08 20:59:43,257|DEBUG|record|getSportId|Sport Tous les Sports will not be added to DB 2012-01-08 20:59:43,258|DEBUG|record|getSportId|<< 2012-01-08 20:59:43,258|DEBUG|record|getrecordList|-- 2012-01-08 20:59:43,258|DEBUG|windowmain|actualize_dayview|>> 2012-01-08 20:59:43,259|DEBUG|windowmain|actualize_dayview|<< 2012-01-08 20:59:43,259|DEBUG|main|refreshGraphView|<< 2012-01-08 20:59:43,259|DEBUG|main|editProfile|<< 2012-01-08 20:59:45,355|DEBUG|profile|setValue|>> 2012-01-08 20:59:45,355|DEBUG|profile|setValue|Setting window_size to 1241, 722 2012-01-08 20:59:45,355|DEBUG|profile|setValue|Writting... 2012-01-08 20:59:45,356|DEBUG|profile|setValue|<< 2012-01-08 20:59:45,356|DEBUG|main|quit|-- 2012-01-08 20:59:45,356|INFO|main|quit|Exit! 2012-01-08 20:59:48,570|ERROR|record|getSportId|Error retrieving id_sports from Tous les Sports 2012-01-08 20:59:48,570|ERROR|record|getSportId|Error retrieving id_sports from Tous les Sports 2012-01-08 20:59:51,119|ERROR|windowimportdata|init_gpsdevice_tab|GPS Device import not yet implemented 2012-01-08 20:59:51,130|ERROR|windowimportdata|init_gpsdevice_tab|GPS Device import not yet implemented 2012-01-08 21:00:01,213|ERROR|record|getSportId|Error retrieving id_sports from Tous les Sports 2012-01-08 21:00:01,214|ERROR|record|getSportId|Error retrieving id_sports from Tous les Sports 2012-01-08 21:00:04,001|ERROR|garmintools_full|getDeviceInfo|Not able to identify GPS device. Continuing anyway... 2012-01-08 21:00:04,957|ERROR|record|getSportId|Error retrieving id_sports from Biking 2012-01-08 21:00:05,207|ERROR|record|getSportId|Error retrieving id_sports from Running 2012-01-08 21:00:06,562|ERROR|record|getSportId|Error retrieving id_sports from Tous les Sports 2012-01-08 21:00:06,564|ERROR|record|getSportId|Error retrieving id_sports from Tous les Sports
pytrainer.ddbb
Description: Binary data
20120108T110828.gmn
Description: Binary data
------------------------------------------------------------------------------ Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops. With this all-in-one solution, easily deploy virtual desktops for less than the cost of PCs and save 60% on VDI infrastructure costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________ Pytrainer-devel mailing list Pytrainer-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pytrainer-devel