Traceback (most recent call last):
File "/Users/wb104/svnsf/trunk/ccpnv3/src/python/ccpn/ui/gui/modules/spectrumItems/GuiPeakListView.py", line 691, in paint
if self.peakListView.spectrumView.strip.peakIsInPlane(self.peak):
File "/Users/wb104/svnsf/trunk/ccpnv3/src/python/ccpn/ui/_implementation/PeakListView.py", line 66, in _parent
return self._project._data2Obj.get(self._wrappedData.stripSpectrumView)
AttributeError: 'Project' object has no attribute '_data2Obj'
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Stack trace (repeated over and over again):
Traceback (most recent call last):
File "/Users/wb104/svnsf/trunk/ccpnv3/src/python/ccpn/ui/gui/modules/spectrumItems/GuiPeakListView.py", line 691, in paint
if self.peakListView.spectrumView.strip.peakIsInPlane(self.peak):
File "/Users/wb104/svnsf/trunk/ccpnv3/src/python/ccpn/ui/_implementation/PeakListView.py", line 66, in _parent
return self._project._data2Obj.get(self._wrappedData.stripSpectrumView)
AttributeError: 'Project' object has no attribute '_data2Obj'
I could not reproduce this one. If no one else can either (this kind of error tends to be intermittent), we can close it.
Fixed by improving the isDeleted function so objects in deleted projects are deleted