in reply to PPM version issue with Vista

Since you are now using Strawberry Perl why not just use cpan to install wx?

Hope this helps

Martin

Replies are listed 'Best First'.
Re^2: PPM version issue with Vista
by rsam (Initiate) on Apr 02, 2009 at 14:57 UTC
    Hi Martin,

    Thanks for your suggestion. Can you tell me how to do it?

    Thanks.

      Hi rsam,

      typing cpan from a command prompt should start the client, then type 'install Wx', but without quotes like:

      cpan> install Wx

      Also see Installing Modules from the tutorials section of this site. If you have any further problems let us know

      Hope this helps,

      Martin

        Hey cool!

        I didn't know about this. Unfortunately it could not get to the cpan repositories, probably because I am behind a firewall. Thats ok. I'll try to figure that out.

        Again thanks for your help.