r-bishop / bpbible

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

wx error at startup #209

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
At startup r1319 throws two errors in what seems to be an endless loop, 
rendering BPBible unusable:

1. "Python2 Error"
Subclass 'search.highlighted_frame.HighlightedDisplayFrame' not found for 
resource 'versepreview', not subclassing!

2. "Error"
"Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/wx/xrc.py", line 749, in Create
    inst = klass()
  File "/home/USER/Apps/bpbible-r1319/search/highlighted_frame.py", line 401, in __init__
    super(HighlightedDisplayFrame, self).__init__()
  File "/home/USER/Apps/bpbible-r1319/gui/reference_display_frame.py", line 18, in __init__
    super(ReferenceDisplayFrame, self).__init__()
  File "/home/USER/Apps/bpbible-r1319/displayframe.py", line 730, in __init__
    self.setup()
  File "/home/USER/Apps/bpbible-r1319/displayframe.py", line 150, in setup
    self.defer_call_till_document_loaded(DisplayFrame.SetHistoryMaxLength, 0)
AttributeError: type object 'DisplayFrame' has no attribute 
'SetHistoryMaxLength'"

This is on Linux, r1319.

Original issue reported on code.google.com by war...@gmail.com on 4 Jun 2011 at 7:57

GoogleCodeExporter commented 9 years ago
As with issue 208, this method has been added to wxWebConnect, and so you will 
need a newer build of wxWebConnect.

Original comment by jonmmor...@gmail.com on 5 Jun 2011 at 3:32