samuelalfred has asked for the wisdom of the Perl Monks concerning the following question:
I have written a script using the Spreadsheet::WriteExcel module to create Microsoft Excel documents. I'm satisfied with the script and I now want to create an executable of it and to achieve that I'm using CAVA packager. CAVA has worked fine for me before but now I'm having some issues. When running the executable generated by CAVA I get the following error message:
Unrecognized character \x07 in column 1Compilation failed in require a +t <content >/AutoLoader.pm line 28. at <Packaged Modules>/POSIX line 25 BEGIN failed--compilation aborted at <Packaged Modules>/Spreadsheet::W +riteExcel: :Properties line 18. Compilation failed in require at <Packaged Modules>/Spreadsheet::Write +Excel::Wor kbook line 22. BEGIN failed--compilation aborted at <Packaged Modules>/Spreadsheet::W +riteExcel: :Workbook line 22. Compilation failed in require at <Packaged Modules>/Spreadsheet::Write +Excel line 17. BEGIN failed--compilation aborted at <Packaged Modules>/Spreadsheet::W +riteExcel line 17. Compilation failed in require at <Packaged Modules>/csct.pl line 13. BEGIN failed--compilation aborted at <Packaged Modules>/csct.pl line 1 +3.
If I remove the "use Spreadsheet::WriteExcel" command in my script the error message above dissapears but so does also the functionality in my script, of course. I have included Spreadsheet::WriteExcel in the Force include module list but the problem is still there. I don't really understand what goes wrong here so if anyone has any ideas on how to fix it, please share them with me!
Some additional information about my environment:
OS: Windows XP
Perl version: ActivePerl 5.10.1 Build 1007
Spreadsheet::WriteExcel version: 2.37
CAVA packager version: 2.0.40.377
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Spreadsheet::WriteExcel and Cava packager
by elef (Friar) on Apr 18, 2011 at 21:02 UTC | |
|
Re: Spreadsheet::WriteExcel and Cava packager
by markwx (Acolyte) on Apr 18, 2011 at 23:42 UTC | |
by samuelalfred (Sexton) on Apr 19, 2011 at 06:59 UTC | |
by markwx (Acolyte) on Apr 19, 2011 at 09:00 UTC | |
by Anonymous Monk on Apr 19, 2011 at 13:39 UTC | |
by markwx (Acolyte) on Apr 19, 2011 at 23:44 UTC | |
| |
by Anonymous Monk on Apr 19, 2011 at 07:31 UTC |