wxMediaCtrl worked on Lucid, not implemented on Maverick (regression)

Bug #655877 reported by Roger Binns
20
This bug affects 4 people
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.MediaCtrl(panel)

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.media.MediaCtrl(frame)
  File "/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/wx/media.py", line 96, in __init__
    _media.MediaCtrl_swiginit(self,_media.new_MediaCtrl(*args, **kwargs))
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")
        m=wx.media.MediaCtrl(frame)
        frame.Show(true)

app = MyApp()
app.MainLoop()

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: python-wxgtk2.8 2.8.11.0-0ubuntu4
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Wed Oct 6 11:01:15 2010
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: wxwidgets2.8

Revision history for this message
Roger Binns (ubuntu-rogerbinns) wrote :
Revision history for this message
Humberto Gomes (humberto0) wrote :

I have the same problema to make my project and some wxwidgets samples. Please rebuild the wxWidgets packages with wxmediactlr support.

Revision history for this message
Ian Lambert (ilambert21) wrote :

Affecting me as well. I am trying to compile a beatslicer and having difficulty because of this please fix ASAP!

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.