Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 167146 - media-video/tovid traceback w/ wxGTK-2.6.3.3 and python-2.5
Summary: media-video/tovid traceback w/ wxGTK-2.6.3.3 and python-2.5
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Steve Dibb (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-16 02:18 UTC by Bugs Bunny
Modified: 2007-02-25 16:08 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?