Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 167146

Summary: media-video/tovid traceback w/ wxGTK-2.6.3.3 and python-2.5
Product: Gentoo Linux Reporter: Bugs Bunny <anarchpenguin>
Component: Current packagesAssignee: Steve Dibb (RETIRED) <beandog>
Status: RESOLVED NEEDINFO    
Severity: normal CC: spielc, wxwidgets
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Bugs Bunny 2007-02-16 02:18:00 UTC
Traceback (most recent call last):
  File "/usr/bin/tovidgui", line 47, in <module>
    frame = TovidFrame(None, wx.ID_ANY, "tovid GUI")
  File "/usr/lib64/python2.5/site-packages/libtovid/gui/frames.py", line 99, in __init__
    self.panGuide = GuidePanel(self, wx.ID_ANY)
  File "/usr/lib64/python2.5/site-packages/libtovid/gui/panels.py", line 1632, in __init__
    self.sizMain.Add(self.txtHeading, 0, wx.EXPAND | wx.ALL, 8)
  File "/usr/lib64/python2.5/site-packages/wx-2.6-gtk2-unicode/wx/_core.py", line 11711, in Add
    return _core_.Sizer_Add(*args, **kwargs)
TypeError: wx.Window, wx.Sizer, wx.Size, or (w,h) expected for item

Reproducible: Always
Comment 1 Gen2 2007-02-16 10:47:04 UTC
Hmm what version of tovid are you using? And could you post your emerge --info please?