Ticket #21 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

No such table waypoints

Reported by: Venky Assigned to: vud1
Priority: normal Milestone:
Component: bug Version:
Severity: normal Keywords:
Cc:

Description

Thanks a lot for this project. It imported the data just fine from the Garmin 305.

Whenever I try to access waypoint editor view, I get the following error.

File "/usr/lib/python2.5/site-packages/pytrainer/gui/windowmain.py", line 530, in on_waypointsview_activate

self.parent.refreshWaypointView()

File "/usr/lib/python2.5/site-packages/pytrainer/main.py", line 166, in refreshWaypointView

waypoint_list = self.waypoint.getAllWaypoints()

File "/usr/lib/python2.5/site-packages/pytrainer/waypoint.py", line 45, in getAllWaypoints

return self.ddbb.select("waypoints","id_waypoint,lat,lon,ele,comment,time,name,sym","1=1 order by name")

File "/usr/lib/python2.5/site-packages/pytrainer/lib/ddbb.py", line 55, in select

return self.ddbbObject.select(table,cells,condition)

File "/usr/lib/python2.5/site-packages/pytrainer/lib/sqliteUtils.py", line 147, in select

cur.execute(sql)

pysqlite2.dbapi2.OperationalError?: no such table: waypoints

Attachments

Change History

09/25/07 13:14:07 changed by Venky

Forgot to mention the version number.

$ cat lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=7.04 DISTRIB_CODENAME=feisty DISTRIB_DESCRIPTION="Ubuntu 7.04" $ dpkg -l | grep pytrainer ii pytrainer 1.4.2-2 The Free Sport Training Center

09/25/07 20:28:35 changed by vud1

  • status changed from new to assigned.
  • owner changed from somebody to vud1.

hi venky!!

i have update the pytrianer in the apt-resources.

Please, update your apt and install the pytrainer-1.4.3 deb package and test it. If the problem is solved, please, tell me it and i will close this ticket.

Thanks for the report!.

09/28/07 09:57:49 changed by vud1

  • status changed from assigned to closed.
  • resolution set to fixed.

Add/Change #21 (No such table waypoints)




Change Properties