Ticket #7467 (closed defect: fixed)
Measure broken in joyride
| Reported by: | dsd | Owned by: | arjs |
|---|---|---|---|
| Priority: | blocker | Milestone: | 8.2.0 (was Update.2) |
| Component: | measure-activity | Version: | Development build as of this date |
| Keywords: | Measure-17:- blocks-:8.2.0 | Cc: | morgs, gregorio, arjs, tomeu |
| Action Needed: | review | Verified: | no |
| Deployments affected: | Blocked By: | #7856 | |
| Blocking: |
Description
Measure-17 on joyride-2134 fails to launch with this trace:
---------------------------------------------------------------------------
NotImplementedError Traceback (most recent call last)
/usr/lib/python2.5/site-packages/sugar/activity/activity.py in __canvas_map_cb(self=<AnalogInput object at 0x910720c (SugarActivity at 0x8eb8008)>, canvas=<gtk.VBox object at 0x911
6c5c (GtkVBox at 0x8255340)>)
572 def __canvas_map_cb(self, canvas):
573 if self._jobject and self._jobject.file_path:
--> 574 self.read_file(self._jobject.file_path)
self.read_file = <bound method AnalogInput.read_file of <AnalogInput object at 0x910720c (SugarActivity at 0x8eb8008)>>
self._jobject.file_path = '/home/olpc/.sugar/default/org.laptop.MeasureActivity/data/tmpi8oDXI'
575
576 def __jobject_create_cb(self):
/usr/lib/python2.5/site-packages/sugar/activity/activity.py in read_file(self=<AnalogInput object at 0x910720c (SugarActivity at 0x8eb8008)>, file_path='/home/olpc/.sugar/default/org.laptop.MeasureActivity/data/tmpi8oDXI')
619 notice changes, this is the time to record the originals.
620 """
--> 621 raise NotImplementedError
global NotImplementedError = undefined
622
623 def write_file(self, file_path):
NotImplementedError:
Looks like the AnalogInput class needs to be extended to be friendly with the journal.
Change History
Note: See
TracTickets for help on using
tickets.


