Question:

When I run my Tk app from the command line:
C:\playground>perl tk_app.pl
It works fine. After I create an .exe using PAR, it no longer works:
C:\playground>pp -o hello.exe tk_app.pl C:\playground>hello ...
It appears to be running. The command line does not return to a prompt. You can see it in the process table. The problem is there is no GUI. Nada.

Answer:

My firewall, ZoneAlarm, was silently preventing things from completely working. After adjusting the permissions for the application inside the firewall, everything worked as expected.

I know I have already answered my own question but I hope it helps someone else and this is the best section I think it fits in.

Cheers - L~R


In reply to Missing GUI using Tk and Par by Limbic~Region

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.