GNOME Bugzilla – Bug 588415
Traceback after dropping new clips onto the timeline
Last modified: 2009-07-18 18:36:30 UTC
After dropping one or more clips onto the timeline, the following traceback appears. This also occurs if you move the clip outside the drag region, preventing the clip from being properly removed from the timeline. AttributeError: 'module' object has no attribute 'Element' Traceback (most recent call last):
+ Trace 216399
self.timeline.removeTimelineObject(obj, deep=True)
self.edges.removeTimelineObject(obj)
self.removeTrackObject(obj)
self.removeStartEnd(start, end)
raise TimelineError() pitivi.timeline.timeline.TimelineError Traceback (most recent call last):
self.timeline.enableUpdates()
self.edges.enableUpdates()
self._maybeProcessChanges()
old_start, old_end = self.by_object[track_object]
Brandon, do you still get this with current git ?
I fixed it a while ago and forgot to close the bug.