On Tue, Jan 4, 2011 at 19:59, Ed Leafe <[email protected]> wrote: > On Jan 4, 2011, at 7:50 PM, Uwe Grauer wrote: > >> [GCC 4.5.0 20100604 [gcc-4_5-branch revision 160292]] on linux2 >> Type "help", "copyright", "credits" or "license" for more information. >>>>> import wx >>>>> import wx.media >> Traceback (most recent call last): >> File "<stdin>", line 1, in <module> >> File >> "/usr/lib/python2.6/site-packages/wx-2.8-gtk2-unicode/wx/media.py", line >> 8, in <module> >> import _media >> ImportError: >> /usr/lib/python2.6/site-packages/wx-2.8-gtk2-unicode/wx/_media.so: >> undefined symbol: wxEVT_MEDIA_FINISHED >>>>> > > That sure looks like a wx problem. You might want to ask on the wx > list. I just tried it on my Debian system, and got: > > Python 2.5.2 (r252:60911, Jan 24 2010, 17:44:40) > [GCC 4.3.2] on linux2 > Type "help", "copyright", "credits" or "license" for more information. >>>> import wx >>>> import wx.media >>>> print wx.VERSION > (2, 8, 11, 0, '') > > > Maybe it got fixed between 2.8.10 and 2.8.11?
I can confirm it working on 2.8.11 and breaking on 2.8.10. Suggest we add a version clause for the time being. Regards, Nate _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
