in reply to Re: Padre 0.06 on ActivePerl 5.10.0 Build 1003 (on WinXP)
in thread Padre 0.06 on ActivePerl 5.10.0 Build 1003 (on WinXP)

I am getting "ppm install failed: The PPD does not provide code to install for this platform" when trying to install WxPerl (prior to installing Padre). I have WxPerl unzipped to a folder from which I run "ppm install Wx-0.26.ppd". I have ActiveState 5.10 running WinXP. One website said something (it wasn't entirely clear) about it being the version of Perl that caused the problem. But 'Anonymous Monk' said it will work on 5.10, so what else could be wrong?

This site says to include the file as a URL in the install command argument which I tried and didn't work.
This site and this site say go back to ActiveState 5.8, which doesn't make sense and isn't worth it for me.

Suggestions? I have no idea if I'll use Padre, but I'd like to take a look at it to at least see what Perl can do for GUI's.
  • Comment on Re^2: Padre 0.06 on ActivePerl 5.10.0 Build 1003 (on WinXP)

Replies are listed 'Best First'.
Re^3: Padre 0.06 on ActivePerl 5.10.0 Build 1003 (on WinXP)
by syphilis (Archbishop) on Sep 27, 2008 at 03:13 UTC
    The PPD does not provide code to install for this platform

    The PPM package you have tried to install was built for a different platform.

    I couldn't find a Wx PPM package for perl-5.10 anywhere, which would mean that you'll have to build it yourself from source. (That there's no such PPM package available probably indicates that building Wx from source for perl-5.10 is not a trivial task.)

    Cheers,
    Rob