On Mon, Aug 11, 2008 at 11:12 PM, Daniel <[EMAIL PROTECTED]> wrote:
> Hi folks,
>
> I've installed strawberry perl 5.10.0 on windows xp sp2.
> Now I tried to install wx:
>
> ppm
> PPM> set repository wxperl http://www.wxperl.co.uk/repository/
> PPM> install wx
> Install package 'wx?' (y/N): y
> Installing package 'wx'...
> Can't locate object method "rvalidate" via package "PPM::XML::PPD::html" at
> C:/strawberry/perl/site/lib/PPM.pm line 1687, <> line 7.
>
> I don't think it's a wx-problem but maybe someone else did manage it before.
I have installed it using the cpan shell partly manually:
If I recall correctly:
c:> cpan
cpan> look Alien::Wxwidgets
c:>perl Makefile.PL
dmake
dmake test
dmake install
exit
cpan> install Wx
if this helps, please send back the correct list of commands
so I can include it at least in the installation instructions of Padre.
regards
Gabor