I recently created a standalone windows executeable with pp in the PAR package to run a little Perl/Tk GUI app. On my PC which has ActiveState installed the application runs perfectly both as the perl script and then as the standalone .exe file.

However when I sent the application to a buddy the Tk box displayed, but the text was all garbled. The text appeared to be various ASCII characters. I thought it was maybe a font issue so I forced the font int he boxes to be Times New Roman 10, but that didn't change anything. Everything else appeared to work properly. The radio buttons and the scroll box all showed up and the application produced the reports correctly when I told him which buttons to push. You just can't read any of the text.

I tried a few different pp build methods, but the last build was built with these options.

pp --gui -o app.exe -l Tk source.pl

Any suggestions on what might be causing the problem? Any help would be greatly appreciated. Thanks!

-Prime

In reply to Text won't display in Perl/Tk by PrimeLord

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.