Project

General

Profile

Bug #397

snowberry produces traceback at startup

Added by jupiterylb over 17 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Start date:
2007-01-11
% Done:

100%


Description

python snowberry.py
Traceback (most recent call last):
File "snowberry.py", line 25, in ?
import language, ui, plugins, sb.profdb
File "/space1/deng-1.9.0-beta5/snowberry/ui.py", line 698, in ?
app = SnowberryApp()
File "/space1/deng-1.9.0-beta5/snowberry/ui.py", line 536, in init
wx.App.__init__(self, 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 "/space1/deng-1.9.0-beta5/snowberry/ui.py", line 540, in OnInit
self.mainFrame = MainFrame('Snowberry')
File "/space1/deng-1.9.0-beta5/snowberry/ui.py", line 290, in init
self.mainPanel = MainPanel(self.profSplitter)
File "/space1/deng-1.9.0-beta5/snowberry/ui.py", line 166, in init
area.addSpacer()
File "/space1/deng-1.9.0-beta5/snowberry/sb/widget/area.py", line 197, in addSpacer
self.containerSizer.AddStretchSpacer(self.weight)
AttributeError: 'BoxSizer' object has no attribute 'AddStretchSpacer'

Labels: Snowberry

History

#1 Updated by skyjake over 17 years ago

Logged In: YES
user_id=717323
Originator: NO

Currently wxPython 2.8 is required.

Also available in: Atom PDF