Hi,
Wx::Media is a submodule of Wx. You get it when you install Wx.
All you are doing when you cpan -i Wx::Media is attempting to reinstall Wx.
use Wx::Media;
loads several things into your namespace including
Wx::MediaCtrl
On general Ubuntu / Kubuntu problems with MediaCtrl, I am just
investigating builds on 10.04 now - which definitely seem broken - and
will let you know.
Regards
Mark
On 28/10/2011 14:17, Shawn H Corey wrote:
On 11-10-27 07:00 PM, Steve Cookson via RT wrote:
Then run "cpan -i Wx".
I've been getting this error for a while when I use cpan to upgrade (see
attached). When I try to upgrade Wx::Media, it tries to install Wx,
which requires Wx::Media. Which is very strange since both Wx and
Wx::Media are already installed.