maxwellyu1024 / bpbible

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

Errors upon program start #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run bpbible.exe
2. Close the program

What is the expected output? What do you see instead?
Menus are not the normal ones. I have file, options, window, debug, and help.
Also, in KJV I do not have Strong's support, and the gospel harmony appears
to be missing (unless I just don't know what to look for).

What version of the product are you using? On what operating system?
0.2 on Windows XP. I also have python 2.5 installed along with wxwidgets
2.8. Version 0.1 of Bpbible worked fine.

Please provide any additional information below.

This is written to the error log on startup:

Traceback (most recent call last):
  File "wx\_core.pyc", line 14368, in <lambda>
  File "mainframe.pyc", line 140, in setup
  File "mainframe.pyc", line 536, in set_menus_up
  File "mainframe.pyc", line 621, in fill_options_menu
NameError: global name 'help' is not defined
Traceback (most recent call last):
  File "wx\_core.pyc", line 14368, in <lambda>
  File "auilayer.pyc", line 216, in update_all_aui_menu_items
AttributeError: 'MainFrameXRC' object has no attribute 'windows_menu'

Upon exit, this is appended:
Traceback (most recent call last):
  File "mainframe.pyc", line 477, in on_path_manager
  File "mainframe.pyc", line 621, in fill_options_menu
NameError: global name 'help' is not defined
Traceback (most recent call last):
  File "mainframe.pyc", line 470, in on_widget_inspector
AttributeError: 'MyApp' object has no attribute 'ShowInspectionTool'

Original issue reported on code.google.com by ransom1...@gmail.com on 27 May 2008 at 2:38

GoogleCodeExporter commented 9 years ago
This is a known bug with 0.2.

This happens because there is a module which uses non-boolean options (such as 
the
readings in the TRC). If you remove any module which does this, it should all 
work as
expected.

Until 0.3 is released (which should be soon), drop the attached mainframe.py 
into the
application directory. This should fix it.

Original comment by benpmor...@gmail.com on 27 May 2008 at 3:29

Attachments:

GoogleCodeExporter commented 9 years ago
That fixed it. Thank you!

Original comment by ransom1...@gmail.com on 27 May 2008 at 3:32