gui

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Linkages

    gui

    a good GUI for linux ?

    bye
    linkages

  • Ben Finney

    #2
    Re: gui

    On Fri, 18 Jul 2003 05:19:35 GMT, Linkages wrote:[color=blue]
    > a good GUI for linux ?[/color]

    XFree86 is a pretty good one.

    <http://xfree86.org/>

    Did you have something more Python-specific in mind?

    --
    \ "God forbid that any book should be banned. The practice is as |
    `\ indefensible as infanticide." -- Dame Rebecca West |
    _o__) |
    http://bignose.squidly.org/ 9CFE12B0 791A4267 887F520C B7AC2E51 BD41714B

    Comment

    • David M. Cook

      #3
      Re: gui

      In article <pan.2003.07.18 .00.19.12.16769 9@InospamIhotma il.com>, Linkages
      wrote:
      [color=blue]
      > a good GUI for linux ?[/color]

      I like pygtk together with glade for doing layout:

      FAQ: http://www.async.com.br/faq/pygtk/index.py?req=all
      Tutorial: http://www.moeraki.com/pygtktutorial...ial/index.html
      Reference: http://www.moeraki.com/pygtkreference/pygtk2reference/

      There are also wxpython, pyqt, foxpy, and good old tkinter
      (which is what comes with the standard library.)

      Dave Cook

      Comment

      • Linkages

        #4
        Re: gui

        Il Fri, 18 Jul 2003 20:16:35 +0950, Ben Finney ha scritto:
        [color=blue]
        > On Fri, 18 Jul 2003 05:19:35 GMT, Linkages wrote:[color=green]
        >> a good GUI for linux ?[/color]
        >
        > XFree86 is a pretty good one.
        >
        > <http://xfree86.org/>
        >
        > Did you have something more Python-specific in mind?[/color]

        yes a had :))

        bye bud
        linka

        Comment

        Working...