in reply to Re^3: Problem with wxperl/constructors.pm
in thread Problem with wxperl/constructors.pm

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.

[MSG] [Wed Sep 5 16:52:19 2012] Module 'wxPerl::Constructors' already + up to date, won't install without force When I run the program, here is the error I am getting for it: Problem signature: Problem Event Name: APPCRASH Application Name: perl.exe Application Version: 0.0.0.0 Application Timestamp: 5023511a Fault Module Name: perl514.dll Fault Module Version: 5.14.2.1402 Fault Module Timestamp: 4e8f83bb Exception Code: c0000005 Exception Offset: 000000000005ed39 OS Version: 6.1.7601.2.1.0.256.4 Locale ID: 1033 Additional Information 1: 5745 Additional Information 2: 5745c6b8c7db0a9212f3614c5155ce90 Additional Information 3: 1a33 Additional Information 4: 1a33112db8f9bfa73b5994d08cd9ee53 Read our privacy statement online: http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409 If the online privacy statement is not available, please read our priv +acy statement offline: C:\WINDOWS\system32\en-US\erofflps.txt

Replies are listed 'Best First'.
Re^5: Problem with wxperl/constructors.pm
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/

      True, it is really hard and frustrating. I have actually copied the Alien-wxWidgets and Wx in the Strawberry bin folder to see the problem resolves. I have then started executing the scripts, an unexpected error is being thrown that to either close the program or debug it. The previous post is the one which I have posted the information, I got when I executed the script.

      I have to learn from the mistakes that I have done in the past by installing two different instances. Either I have to uninstall both the Perl Installations and install a new Strawberry Perl on my system and have do the rest. For this, I have to identify and delete some left over files/directories(Initially, I wanted to get the perlbrew or VM to repair it, but seems that it might increase the complexity to a certain extent, I may screw up the whole thing). Or as you said I can use the existing StrawberryPerl, where I can use Wx, to run my programs. Hopefully, one of the solutions might clear all the confusions.

        Having many different Perls on one PC is fine and easy. First make sure Perl's @INC isn't being set in the registry, under "\\HKLM\Software\Perl". Then use batch files to switch PATHs to the correct Perl.