wxMediaCtrl worked on Lucid, not implemented on Maverick (regression)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
wxwidgets2.8 (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
In some of my code I had the following:
wx.media.
On Lucid it worked perfectly. On Maverick it reports "Not Implemented". This is a regression. Traceback showing this:
File "mc.py", line 9, in OnInit
m=wx.
File "/usr/lib/
_media.
NotImplementedError
Example code to reproduce:
#!/usr/bin/env python
import wx
import wx.media
class MyApp(wx.App):
def OnInit(self):
frame = wx.Frame(None, -1, "Hello from wxPython")
app = MyApp()
app.MainLoop()
ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: python-wxgtk2.8 2.8.11.0-0ubuntu4
ProcVersionSign
Uname: Linux 2.6.35-22-generic x86_64
NonfreeKernelMo
Architecture: amd64
Date: Wed Oct 6 11:01:15 2010
ProcEnviron:
PATH=(custom, user)
LANG=en_US.utf8
SHELL=/bin/bash
SourcePackage: wxwidgets2.8
I have the same problema to make my project and some wxwidgets samples. Please rebuild the wxWidgets packages with wxmediactlr support.