in reply to Re: Problem with wxperl/constructors.pm
in thread Problem with wxperl/constructors.pm
I am still trying to figure out that why the module is not installed properly. I could just able to find out that the wxPerl::Constructors might have not installed properly in the @INC directories. I have tried executing the command following error is being thrown at console :
C:\strawberry\cpan>perl -e 'while (<@INC>) while (<$_/*.pm>) {print "$ +_\n";}}' The system cannot find the path specified.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Problem with wxperl/constructors.pm
by Anonymous Monk on Sep 10, 2012 at 18:10 UTC | |
I am still trying to figure out that why the module is not installed properly. No, no you are not. | [reply] |
by bedohave9 (Acolyte) on Sep 11, 2012 at 00:45 UTC | |
I have tried all. I have posted the path in the environment variables separated by commas. before this I have copied the folders the installed folders to the C://strawberry/lib location, but that didn't work. I have logs for all the modules I have installed. Firstly, Here is the complete log for the Wx
| [reply] [d/l] |
by bulk88 (Priest) on Sep 11, 2012 at 17:21 UTC | |
| [reply] |
by Anonymous Monk on Sep 11, 2012 at 19:32 UTC | |
by bedohave9 (Acolyte) on Sep 11, 2012 at 00:47 UTC | |
I also reinstalled the whole Strawberry perl once again along with 'Setup NcFTP 3.2.5.msi' and 'gpg4win-2.1.0.exe'. I am not getting any idea what else I have to do. Here is the install log for the wxPerl::Constructors.
| [reply] [d/l] |
by Anonymous Monk on Sep 11, 2012 at 01:19 UTC | |
I am not getting any idea what else I have to do. Give up? Its very hard to help if you keep switching between perls, between approaches, between errors, repeating steps ... going in circles is frustrating Why can't you use strawberryperl, where you already installed Wx , to run your programs? Is it gone? Both citrusperl and DWIM Perl come with Wx in the box. For ActivePerl, why can't you use ppm install Wx ? You can see that it is available from http://code.activestate.com/ppm/Alien-wxWidgets/, http://code.activestate.com/ppm/Wx/ | [reply] [d/l] |
by bedohave9 (Acolyte) on Sep 11, 2012 at 17:16 UTC | |
by bulk88 (Priest) on Sep 11, 2012 at 17:27 UTC | |
| |