[Quoting Mark Dootson, on May 4 2010, 15:11, in "Re: Problem with wxH"]
> Perhaps the following will work by just calling Wx::_load_dll directly.
>
> use Wx;
> if(($Wx::VERSION =~ /^(0\.95|0\.96)$/) && (not exists($ENV{PAR_0}))) {
> no warnings;
> *Wx::load_dll = sub {
> use warnings;
> return if $^O =~ /^darwin/i;
> Wx::_load_dll( @_ );
> };
> }Yes this seems to work! Final question: who's to blame? Did Ubuntu just package the wrong version of wxPerl? -- Johan
