Ticket #123 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

r5904 has broken OWD

Reported by: jgaeddert Owned by: cdietric
Priority: blocker Milestone:
Component: component Version: 0.6.2
Keywords: Cc:

Description

[ossie@jhr-437-gx620a wavedev]$ python wd.py 
Traceback (most recent call last):
  File "wd.py", line 52, in ?
    main()
  File "wd.py", line 48, in main
    application = BoaApp(0)
  File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-unicode/wx/_core.py", line 7700, in __init__
    self._BootstrapApp()
  File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-unicode/wx/_core.py", line 7352, in _BootstrapApp
    return _core_.PyApp__BootstrapApp(*args, **kwargs)
  File "wd.py", line 42, in OnInit
    self.main = MainFrame.create(None)
  File "/sdr/tools/WaveDev/wavedev/MainFrame.py", line 39, in create
    return Frame1(parent)
  File "/sdr/tools/WaveDev/wavedev/MainFrame.py", line 461, in __init__
    self._init_ctrls(parent)
  File "/sdr/tools/WaveDev/wavedev/MainFrame.py", line 382, in _init_ctrls
    self.resourceBox.SetInitialSize(wx.Size(175, 365))
AttributeError: 'TreeCtrl' object has no attribute 'SetInitialSize'

Change History

Changed 5 years ago by cdietric

  • status changed from new to assigned

OWD works in the FC7 image. May be using a new wx option. Will revert.

Changed 5 years ago by cdietric

  • status changed from assigned to closed
  • resolution set to fixed

Fixed by r5917

Changed 5 years ago by anonymous

  • milestone 0.6.2 deleted

Milestone 0.6.2 deleted

Note: See TracTickets for help on using tickets.