r-bishop / bpbible

Automatically exported from code.google.com/p/bpbible
0 stars 0 forks source link

Cannot save results #136

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run search, find some results
2. click "Save results"

And you get this:
Traceback (most recent call last):
  File "/home/andreas/Apps/bpbible-0.4.5/search/searchpanel.py", line 1140,
in _save_results
    self.searchkey.Value, self.search_results
  File "/home/andreas/Apps/bpbible-0.4.5/manage_topics_frame.py", line 397,
in save_search_results
    lambda: PassageList.create_from_verse_list(name, search_results,
description, display_tag=False)
  File "/home/andreas/Apps/bpbible-0.4.5/manage_topics_frame.py", line 381,
in _create_topic
    new_topic = self._operations_manager.add_new_topic(creation_function)
  File "/home/andreas/Apps/bpbible-0.4.5/manage_topics_operations.py", line
25, in add_new_topic
    self._perform_action(action)
  File "/home/andreas/Apps/bpbible-0.4.5/manage_topics_operations.py", line
191, in _perform_action
    action.perform_action()
  File "/home/andreas/Apps/bpbible-0.4.5/manage_topics_operations.py", line
219, in perform_action
    self._perform_action()
  File "/home/andreas/Apps/bpbible-0.4.5/manage_topics_operations.py", line
306, in _perform_action
    self.parent_topic.add_subtopic(self.topic)
AttributeError: 'NoneType' object has no attribute 'add_subtopic'

What version of the product are you using? On what operating system?
bpbible-0.4.5, Linux Debian Lenny/Sid

Original issue reported on code.google.com by war...@gmail.com on 8 Mar 2010 at 4:38

GoogleCodeExporter commented 9 years ago
might be related to http://code.google.com/p/bpbible/issues/detail?id=125

Original comment by war...@gmail.com on 8 Mar 2010 at 4:39

GoogleCodeExporter commented 9 years ago
Reproduced on Karmic Koala, not a problem with Windows.  I think it is a 
different 
error from issue 125.

Original comment by jonmmor...@gmail.com on 9 Mar 2010 at 12:37

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r974.

Original comment by benpmor...@gmail.com on 8 Apr 2010 at 12:41

GoogleCodeExporter commented 9 years ago
Thanks, works for me now! This one was driving me crazy.

Original comment by war...@gmail.com on 8 Apr 2010 at 9:12

GoogleCodeExporter commented 9 years ago

Original comment by jonmmor...@gmail.com on 22 Apr 2010 at 12:52