Hello. I am trying to use pp to package a script that makes use of Image::ExifTool. I'm using ActivePerl on Win32.
When I just try to run pp ie (pp -o PicasaTest.exe PicassaNoGui.pl), I get an executable, but when I try to run it, it returns the following error:
"Error while attempting to call Image::ExifTool::SetNewValue Can't locate Image/ExifTool/Writer.pl in @INC (@INC contains: C:\Users +\TOMSMI~1\ AppData\Local\Temp\par-Tom_Smith\cache-1e66579c8cce873c221e2c86b830550 +64fe089d4\ inc\lib C:\Users\TOMSMI~1\AppData\Local\Temp\par-Tom_Smith\cache-1e665 +79c8cce873 c221e2c86b83055064fe089d4\inc CODE(0x1806e9c) CODE(0x180666c)) at (eva +l 19) line 1, <PICASAFILE> line 13."
So, I try to run pp with a command to include the file:
pp -a C:\Perl\site\lib\Image\ExifTool\Writer.pl
Which pp does, according to its output:
"adding C:/Perl/site/lib/Image/ExifTool/Writer.pl as Perl/site/lib/Ima +ge/ExifTool/Writer.pl"
However, when I run the resulting exe, I get the same error as above.
Any ideas? Thanks! Tom

In reply to Problem with Image::ExifTool and pp by Tomcat7194

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.