New Doom Forums  
Snowberry error - New Doom Forums
Go Back   New Doom Forums > Source Ports > Doomsday

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old June 4th, 2007, 09:22 AM   #1
KuriKai
Commander Keen
 
KuriKai's Avatar
 
Join Date: Nov 2005
Location: New Zealand
Posts: 1,274
Snowberry error

Quote:
tribunal said...
I have a problem. Downloaded Doomsday and Snowberry
Compiled Doomsday (had to find CMakeLists.txt!)
And.. snowberry doesn't start

Here is its:
Code:
Traceback (most recent call last):
File "./snowberry.py", line 26, in <module>
import language, ui, plugins, sb.profdb
File "/home/kolya/Share/src/deng-1.9.0-beta5.1/snowberry/ui.py", line 698, in <module>
app = SnowberryApp()
File "/home/kolya/Share/src/deng-1.9.0-beta5.1/snowberry/ui.py", line 536, in __init__
wx.App.__init__(self, 0)
File "/usr/lib/python2.5/site-packages/wx-2.6-gtk2-unicode/wx/_core.py", line 7700, in __init__
self._BootstrapApp()
File "/usr/lib/python2.5/site-packages/wx-2.6-gtk2-unicode/wx/_core.py", line 7352, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
File "/home/kolya/Share/src/deng-1.9.0-beta5.1/snowberry/ui.py", line 540, in OnInit
self.mainFrame = MainFrame('Snowberry')
File "/home/kolya/Share/src/deng-1.9.0-beta5.1/snowberry/ui.py", line 290, in __init__
self.mainPanel = MainPanel(self.profSplitter)
File "/home/kolya/Share/src/deng-1.9.0-beta5.1/snowberry/ui.py", line 166, in __init__
area.addSpacer()
File "/home/kolya/Share/src/deng-1.9.0-beta5.1/snowberry/sb/widget/area.py", line 197, in addSpacer
self.containerSizer.AddStretchSpacer(self.weight)
AttributeError: 'BoxSizer' object has no attribute 'AddStretchSpacer'
What is wrong?
I also get the same error (snowberry used to work) might be because of a newer version of python?
Code:
File "./snowberry.py", line 26, in <module>
    import language, ui, plugins, sb.profdb
  File "/home/dave/snowberry/ui.py", line 698, in <module>
    app = SnowberryApp()
  File "/home/dave/snowberry/ui.py", line 536, in __init__
    wx.App.__init__(self, 0)
  File "/usr/lib/python2.5/site-packages/wx-2.6-gtk2-unicode/wx/_core.py", line 7700, in __init__
    self._BootstrapApp()
  File "/usr/lib/python2.5/site-packages/wx-2.6-gtk2-unicode/wx/_core.py", line 7352, in _BootstrapApp
    return _core_.PyApp__BootstrapApp(*args, **kwargs)
  File "/home/dave/snowberry/ui.py", line 540, in OnInit
    self.mainFrame = MainFrame('Snowberry')
  File "/home/dave/snowberry/ui.py", line 290, in __init__
    self.mainPanel = MainPanel(self.profSplitter)
  File "/home/dave/snowberry/ui.py", line 166, in __init__
    area.addSpacer()
  File "/home/dave/snowberry/sb/widget/area.py", line 197, in addSpacer
    self.containerSizer.AddStretchSpacer(self.weight)
AttributeError: 'BoxSizer' object has no attribute 'AddStretchSpacer'
KuriKai is offline   Reply With Quote
 

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Version 1.8.5 skyjake Doomsday 41 January 8th, 2005 01:45 PM
Compile Errors PyRo] Doomsday 17 October 6th, 2004 02:45 PM


All times are GMT -7. The time now is 11:13 PM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
NewDoom.com © 2000-2009 Mindless Games & Entertainment. All Rights Reserved.