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 = 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 

=========================================
Atos Euronext Market Solutions Disclaimer
=========================================

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 immediately 
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 London 
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 75009 Paris 
France.

L'information contenue dans cet e-mail est confidentielle et uniquement 
destinee a la (aux) personnes a laquelle (auxquelle(s)) elle est adressee. 
Toute copie, publication ou diffusion de cet email est interdite. Si cet e-mail 
vous parvient par erreur, nous vous prions de bien vouloir prevenir 
l'expediteur immediatement et d'effacer le e-mail et annexes jointes de votre 
systeme. Le contenu de ce message electronique ne represente pas necessairement 
la position ou le point de vue d'Atos Euronext Market Solutions.
Atos Euronext Market Solutions Limited Société de droit anglais, enregistrée au 
Royaume Uni sous le numéro 3962327, dont le siège social se situe 25 Bank 
Street E14 5NQ Londres Royaume Uni.

Atos Euronext Market Solutions SAS, société par actions simplifiée, enregistré 
au registre dui commerce et des sociétés sous le numéro 425 100 294 RCS Paris 
et dont le siège social se situe 6/8 Boulevard Haussmann 75009 Paris France.
=========================================

_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to