If the users are unwilling to learn the command-line, they're probably also unwilling to learn an alien widget set, such as Tk. For inexperienced users, I'd stick with an interface they're already going to know: CGI (possibly enhanced with some simple AJAX stuff) if that will do what you need, or platform-native widgets (probably Win32, possibly via Wx for later portability) otherwise.

When people say they want a GUI, they usually mean they want a *familiar* GUI. If you hand them Tk or Xaw, they're probably going to think it's some kind of sick practical joke, and they're not likely to be amused. Gtk would probably annoy them somewhat less, but it's still probably not going to quite be what they really want.


In reply to Re: What is the best GUI solution by jonadab
in thread What is the best GUI solution by amaguk

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.