in reply to Upon doing perl -V to resolve the problem with wxPerl::Constructors

So did you install wxPerl::Constructors, yes or no?
  • Comment on Re: Upon doing perl -V to resolve the problem with wxPerl::Constructors

Replies are listed 'Best First'.
Re^2: Upon doing perl -V to resolve the problem with wxPerl::Constructors
by bedohave9 (Acolyte) on Sep 12, 2012 at 17:35 UTC

    I have installed wxPerl::Constructors. Here is the cpan shell says below.

    C:\strawberry>cpan Set up gcc environment - gcc.exe (gcc-4.6.3 release with patches [buil +d 20120411 by perlmingw.sf.net]) 4.6.3 cpan shell -- CPAN exploration and modules installation (v1.9800) Enter 'h' for help. cpan> install wxPerl::Constructors Reading 'C:\Perl64\cpan\Metadata' Database was generated on Tue, 11 Sep 2012 10:39:03 GMT wxPerl::Constructors is up to date (v0.0.4). cpan>
      Ok, but then what is the problem ?

        The scripts are not getting executed. The console is throwing the error below.

        C:\Documents and Settings\xyz\Desktop\Perl>winframe.pl Can't locate Wx.pm in @INC (@INC contains: C:/strawberry/perl/site/lib C:/strawberry/perl/vendor/lib C:/strawberry/perl/lib .) at C:\Documents and Settings\spullabhotla\Desktop\Perl\winframe.pl line 6 +. BEGIN failed--compilation aborted at C:\Documents and Settings\spullab +hotla\Desktop\Perl\winframe.pl line 6.

        Here is the update for Wx too.

        C:\strawberry>cpan Set up gcc environment - gcc.exe (gcc-4.6.3 release with patches [buil +d 20120411 by perlmingw.sf.net]) 4.6.3 cpan shell -- CPAN exploration and modules installation (v1.9800) Enter 'h' for help. cpan> install Wx Reading 'C:\Perl64\cpan\Metadata' Database was generated on Tue, 11 Sep 2012 10:39:03 GMT Wx is up to date (0.9911).