Windows 8 64-bit.

These are the error msgs I get when using Perl2exe on my Perl script. Note that the Perl script otherwise works fine, I've tested it a lot.

This is perl 5, version 16, subversion 3 (v5.16.3) built for MSWin32-x +64-multi-thread (with 1 registered patch, see perl -V for more detail) Copyright 1987-2012, Larry Wall Binary build 1604 [298023] provided by ActiveState http://www.ActiveSt +ate.com Built Apr 14 2014 15:29:45 Perl may be copied only under the terms of either the Artistic License + or the GNU General Public License, which may be found in the Perl 5 source ki +t. Complete documentation for Perl, including FAQ lists, should be found +on this system using "man perl" or "perldoc perl". If you have access to + the Internet, point your browser at http://www.perl.org/, the Perl Home Pa +ge. Perl2Exe V16.00 2013-05-24 Copyright (c) 1997-2012 IndigoSTAR Software This is an evaluation version of Perl2Exe, which may be used for 30 da +ys. For more information see the attached pxman.htm file, or visit http://www.indigostar.com Generating mkepub.exe Warning: Can't locate IPC/System/Simple.pm at c:\perl64\lib\Fatal.pm line 1269 @INC = c:\perl64\site\lib, c:\perl64\lib, . Warning: Can't locate Digest/Perl/MD5.pm at c:\perl64\site\lib\Digest\MD5.pm line 30 @INC = c:\perl64\site\lib, c:\perl64\lib, ., %s, must be directory +, not file)
Do I need to add something to my path? I tried to Google this and also searched Perlmonks but did not find anything yet. Thank you.

EDIT: Hold on, I didn't realize I could install modules with 3 parts like IPC::System::Simple. I'm installing it now.

EDIT: Well that worked, I don't get any compile errors, but now the EXE won't run, and I can't delete this thread.


In reply to perl2exe cannot find some modules by bulrush

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.