I have a sizeable perl script (an open source parallel text aligner) that is designed for non-techie users. I'm considering writing a GUI for it, and Tk seems to be the most obvious choice.
Now, this seems like it will be quite a lot of work, so before I start, I would like to make sure I won't hit a major snag.

I need the GUI to work on Windows, OS X and linux. Any portability issues to consider?
Also, is Tk compatible with PAR::Packer? As Windows doesn't come with Perl preinstalled, the Windows version of my program is a par-packed .exe, and I would like to keep it that way to make life easier for clueless users. Can PAR::Packer create a standalone executable out of a script with a Tk GUI?

In reply to Tk portability and compatibility with PAR::Packer by elef

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.