Spreadsheet::ParseExcel::SaveParser
am 16.05.2008 13:27:49 von mirz
Hi all,
I have following problem. I wrote script which change some values in the
excel so I used Spreadsheet::ParseExcel::SaveParser. Script works fine but when
I would like to convert this script to exe whit perl2exe I have many errors:
First of all:
Warning: Can't locate I18N/Langinfo.pm
at C:\Perl1\lib\encoding.pm line 44
@INC = C:\Perl1\site\lib, C:\Perl1\lib, .
Ok I tried find this module in ppm but I couldn't... then when I run my
script I have following errors:
PLEASE SEE THE PERL2EXE USER MANUAL UNDER "Can't locate somemodule.pm in
@INC"
FOR AN EXPLANATION OF THE FOLLOWING MESSAGE:
Can't locate Spreadsheet/ParseExcel/Workbook.pm in @INC (@INC contains:
PERL2EXE_STORAGE D:\perl2exe10 C:\DOCUME~1\RAFA~
1\USTAWI~1\Temp/p2xtmp-1992 .) at (eval 8) line 3.
...propagated at PERL2EXE_STORAGE/base.pm line 93.
BEGIN failed--compilation aborted at
PERL2EXE_STORAGE/Spreadsheet/ParseExcel/SaveParser.pm line 14.
Compilation failed in require at D:\perl2exe10\f.exe line 143.
BEGIN failed--compilation aborted at D:\perl2exe10\f.exe line 143.
Can somebody help me? This error is killing me...
Regards
mirz
_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
RE: Spreadsheet::ParseExcel::SaveParser
am 16.05.2008 16:39:17 von Brian Raven
mirz <> wrote:
> Hi all,
> =
> I have following problem. I wrote script which change some values in
> the excel so I used Spreadsheet::ParseExcel::SaveParser. Script works
> fine but when I would like to convert this script to exe whit
> perl2exe I have many errors: =
> =
> First of all:
> =
> Warning: Can't locate I18N/Langinfo.pm
> at C:\Perl1\lib\encoding.pm line 44
> @INC =3D C:\Perl1\site\lib, C:\Perl1\lib, .
If you look at the code that tries to load it in encoding.pm you will
see the comment "# I18N::Langinfo isn't available everywhere", so it may
not be serious. A more meaningful warning would have been better. If you
want to avoid the warning you will probably have to remove any "use
encoding" statements in your code. It may be difficult to install
I18N::Langinfo as it seems to be part of the core distribution that may
only get installed if there is support for what it need on the build
platform.
> =
> Ok I tried find this module in ppm but I couldn't... then when I run
> my script I have following errors: =
> =
> =
> PLEASE SEE THE PERL2EXE USER MANUAL UNDER "Can't locate somemodule.pm
> in @INC" =
> FOR AN EXPLANATION OF THE FOLLOWING MESSAGE:
> Can't locate Spreadsheet/ParseExcel/Workbook.pm in @INC (@INC
> contains: =
> PERL2EXE_STORAGE D:\perl2exe10 C:\DOCUME~1\RAFA~
> 1\USTAWI~1\Temp/p2xtmp-1992 .) at (eval 8) line 3.
> ...propagated at PERL2EXE_STORAGE/base.pm line 93.
> BEGIN failed--compilation aborted at
> PERL2EXE_STORAGE/Spreadsheet/ParseExcel/SaveParser.pm line 14.
> Compilation failed in require at D:\perl2exe10\f.exe line 143.
> BEGIN failed--compilation aborted at D:\perl2exe10\f.exe line 143.
> =
> Can somebody help me? This error is killing me...
Did you try what the perl2exe user manual suggested? If so, what
happened.?
HTH
-- =
Brian Raven =
==================== =====3D=
================
Atos Euronext Market Solutions Disclaimer
==================== =====3D=
================
The information contained in this e-mail is confidential and solely for the=
intended addressee(s). Unauthorised reproduction, disclosure, modification=
, and/or distribution of this email may be unlawful.
If you have received this email in error, please notify the sender immediat=
ely and delete it from your system. The views expressed in this message do =
not necessarily reflect those of Atos Euronext Market Solutions.
Atos Euronext Market Solutions Limited - Registered in England & Wales with=
registration no. 3962327. Registered office address at 25 Bank Street Lon=
don E14 5NQ United Kingdom. =
Atos Euronext Market Solutions SAS - Registered in France with registration=
no. 425 100 294. Registered office address at 6/8 Boulevard Haussmann 750=
09 Paris France.
L'information contenue dans cet e-mail est confidentielle et uniquement des=
tinee a la (aux) personnes a laquelle (auxquelle(s)) elle est adressee. Tou=
te copie, publication ou diffusion de cet email est interdite. Si cet e-mai=
l vous parvient par erreur, nous vous prions de bien vouloir prevenir l'exp=
editeur immediatement et d'effacer le e-mail et annexes jointes de votre sy=
steme. Le contenu de ce message electronique ne represente pas necessaireme=
nt la position ou le point de vue d'Atos Euronext Market Solutions.
Atos Euronext Market Solutions Limited Soci=E9t=E9 de droit anglais, enregi=
str=E9e au Royaume Uni sous le num=E9ro 3962327, dont le si=E8ge social se =
situe 25 Bank Street E14 5NQ Londres Royaume Uni.
Atos Euronext Market Solutions SAS, soci=E9t=E9 par actions simplifi=E9e, e=
nregistr=E9 au registre dui commerce et des soci=E9t=E9s sous le num=E9ro 4=
25 100 294 RCS Paris et dont le si=E8ge social se situe 6/8 Boulevard Hauss=
mann 75009 Paris France.
==================== =====3D=
================
_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs