Hello, I am experiencing something which is driving me mad as I really don't know what the problem could be (and start finding a solution). I have a rather complex software written in Perl/Tk. I pack it using PerlApp. It compiles fine and anything seems to work okay. I've tested the exe on several machines (Windows 7, XP, etc.), everything seems fine. BUT, one of my user has the problem that the exe can't be lunched. After some testing, I've seen that lunching the exe on the user's machine fires an error 'Module is missing' (JSON). How can it be? The exe is the same and it surely works on other similar machines with the same Windows version (Windows 7, 64)!

I'm creating the exe using ActivePerl (5.16.3) and PerlApp (9.2.1) on a Windows 7 (64). I've installed some modules which are not available through ppm using cpan from the command line.

Is this a Window problem on the user's PC? Compilation problem? In which direction should I look? Any hints would be appreciated


In reply to exe missing perl module by Anonymous Monk

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.