Hi all ,
I have encountered a problem when I tried to pack a script using pp utility
and I hope that someone might help me.
my OS is windows 7 and I use strawberry.
the modules that I want to pack in my script are:
use strict;
use Wx;
use Net::Telnet;
use Net::FTP;
use Time::Local;
I use the command pp -o new.exe pusher_25.pl - the exe should be the output.
the packing seems to be working but when I try to run the exe output file I
get an error message :

Can't load
'C:\Users\emeiri\AppData\Local\Temp\par-656d65697269\cache-813c3ab5d8
6ea3a9576ea1204f266554e6db7318\4a864d38.dll' for module Wx: load_file:%1 is
not
a valid Win32 application at C:/strawberry/perl/lib/DynaLoader.pm line 190.
 at C:/strawberry/perl/vendor/lib/PAR/Heavy.pm line 120.
Compilation failed in require at script/pusher_25.pl line 3.
BEGIN failed--compilation aborted at script/pusher_25.pl line 3.

I used par and pp before in my last laptop that was win7 OS as well, with
the same script but now for some reason it is not working.

any help would be appreciated.
_______________________________________________
Perl mailing list
[email protected]
http://mail.perl.org.il/mailman/listinfo/perl

Reply via email to