I am getting an @INC error when I have tried to run my script with wxPerl::Constructors.
Here is the error below :
C:\Documents and Settings\sp\Desktop\Perl>cgdpframe.pl
Can't locate wxPerl/Constructors/doc.pm in @INC (@INC contains: C:/Perl/site/lib C:/Perl/lib .) at C:\Documents and Settings\sp\Desktop\Perl
\cgdpframe.pl line 9.
BEGIN failed--compilation aborted at C:\Documents and Settings\sp\Desktop\Perl\cgdpframe.pl line 9.
I have tried using the path where it is "actually installed"(I believe), then I have used the below path at use lib as below in the code :
use lib 'C:\Users\sp\AppData\Roaming\.cpanplus\5.16.1\build\wxPerl-Constructors-v0.0.4\lib\wxPerl';
Then the console threw the below error :
C:\Documents and Settings\sp\Desktop\Perl>winframe.pl
Can't locate wxPerl/Constructors/doc.pm in @INC (@INC contains: C:\Users\sp\AppData\Roaming\.cpanplus\5.16.1\build\wxPerl-Constructors-v0.0.
4\lib\wxPerl C:/Perl/site/lib C:/Perl/lib .) at C:\Documents and Settings\sp\Desktop\Perl\winframe.pl line 9.
BEGIN failed--compilation aborted at C:\Documents and Settings\sp\Desktop\Perl\winframe.pl line 9.
I have an Active Perl instance on my machine. Perviously, I used to have Strawberry Perl and Active Perl both, but then seeing the I am getting confused with both the perl distros. I have removed both of them and installed the new Active Perl on my machine, but could not able to remove the HKLM entries from the Registry Editor due to confusion of what to remove. I could able to install the Wx properly but this is happening when I have installed the wxPerl::Constructors.
The install log for the same as attached.
Here is the error below :
C:\Documents and Settings\sp\Desktop\Perl>cgdpframe.pl
Can't locate wxPerl/Constructors/doc.pm in @INC (@INC contains: C:/Perl/site/lib C:/Perl/lib .) at C:\Documents and Settings\sp\Desktop\Perl
\cgdpframe.pl line 9.
BEGIN failed--compilation aborted at C:\Documents and Settings\sp\Desktop\Perl\cgdpframe.pl line 9.
I have tried using the path where it is "actually installed"(I believe), then I have used the below path at use lib as below in the code :
use lib 'C:\Users\sp\AppData\Roaming\.cpanplus\5.16.1\build\wxPerl-Constructors-v0.0.4\lib\wxPerl';
Then the console threw the below error :
C:\Documents and Settings\sp\Desktop\Perl>winframe.pl
Can't locate wxPerl/Constructors/doc.pm in @INC (@INC contains: C:\Users\sp\AppData\Roaming\.cpanplus\5.16.1\build\wxPerl-Constructors-v0.0.
4\lib\wxPerl C:/Perl/site/lib C:/Perl/lib .) at C:\Documents and Settings\sp\Desktop\Perl\winframe.pl line 9.
BEGIN failed--compilation aborted at C:\Documents and Settings\sp\Desktop\Perl\winframe.pl line 9.
I have an Active Perl instance on my machine. Perviously, I used to have Strawberry Perl and Active Perl both, but then seeing the I am getting confused with both the perl distros. I have removed both of them and installed the new Active Perl on my machine, but could not able to remove the HKLM entries from the Registry Editor due to confusion of what to remove. I could able to install the Wx properly but this is happening when I have installed the wxPerl::Constructors.
The install log for the same as attached.