> Rob, you pasted the last error, which is not the cause of the issue.
> You should paste the first error, in this case:
>
> 382492: ERROR: gramps.py: line 121: Unhandled exception
> Traceback (most recent call last):
> File "/home/benny/programs/gramps/trunk/src/Editors/ObjectEntries.py",
> line 200, in share_clicked
> select = self.call_selector()
> File "/home/benny/programs/gramps/trunk/src/Editors/ObjectEntries.py",
> line 289, in call_selector
> return cls(self.dbstate, self.uistate, self.track)
> File "/home/benny/programs/gramps/trunk/src/Selectors/_BaseSelector.py",
> line 89, in __init__
> self.colinfo = self.column_view_names()
> File "/home/benny/programs/gramps/trunk/src/Selectors/_SelectPlace.py",
> line 76, in column_view_names
> import DataViews
> ImportError: No module named DataViews
>
> Benny
>
>
> 2009/11/9 Rob Healey <
robhealey1@...>:
>> Dear Benny:
>>
>> On Mon, Nov 9, 2009 at 12:23 AM, Benny Malengier <
benny.malengier@...>
>> wrote:
>>>
>>> I'll look at it, as a workaround, you can drag and drop from the
>>> clipboard.
>>>
>>> Do you have the original order of columns in the place view?
>>
>> Yes, I do, and please forgive the second message regarding the crash problem
>> that I have been having....
>>
>> Sincerely yurs,
>> Rob G. Healey
>>
>>>
>>> 2009/11/9 Rob Healey <
robhealey1@...>:
>>> > Dear Benny:
>>> >
>>> > I am not sure if you have gotten this one or not yet?
>>> >
>>> > I was trying to ad an address to a person that I just got their
>>> > address. I
>>> > chose add existing place, and it locked me into a loop. I had to
>>> > forcibly
>>> > crash it to close it down....
>>> >
>>> > I got this error:
>>> > 1732742: ERROR: gramps.py: line 121: Unhandled exception
>>> > Traceback (most recent call last):
>>> > File "/home/Frog/gramps32/src/Editors/_EditReference.py", line 190, in
>>> > close_and_cancel
>>> > self.close(obj)
>>> > File "/home/Frog/gramps32/src/Editors/_EditReference.py", line 212, in
>>> > close
>>> > ManagedWindow.ManagedWindow.close(self)
>>> > File "/home/Frog/gramps32/src/ManagedWindow.py", line 499, in close
>>> > self.uistate.gwm.close_track(self.track)
>>> > File "/home/Frog/gramps32/src/ManagedWindow.py", line 149, in
>>> > close_track
>>> > self.recursive_action(item, self.close_item)
>>> > File "/home/Frog/gramps32/src/ManagedWindow.py", line 165, in
>>> > recursive_action
>>> > self.recursive_action(sub_item, func, *args)
>>> > File "/home/Frog/gramps32/src/ManagedWindow.py", line 172, in
>>> > recursive_action
>>> > func(last_item, *args)
>>> > File "/home/Frog/gramps32/src/ManagedWindow.py", line 177, in
>>> > close_item
>>> > del self.id2item[item.window_id]
>>> > KeyError: 76084304
>>> >
>>> > Sincerely yours,
>>> > Rob G. Healey
>>> >
>>> >
>>
>>
>