wxPython or wxWidgets

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

    #1

    wxPython or wxWidgets

    i need to design a GUI for my python app. i heard of wxWidgets and was
    going to look into that, but then I saw wxPython. Why would I use
    wxPython over wxWidgets?

    thanks

  • Lawrence Oluyede

    #2
    Re: wxPython or wxWidgets

    "py" <codecraig@gmai l.com> writes:
    [color=blue]
    > i need to design a GUI for my python app. i heard of wxWidgets and was
    > going to look into that, but then I saw wxPython. Why would I use
    > wxPython over wxWidgets?[/color]

    wxPython is the Python porting of wxWidgets.

    --
    Lawrence - http://www.oluyede.org/blog
    "Anyone can freely use whatever he wants but the light at the end
    of the tunnel for most of his problems is Python"

    Comment

    • py

      #3
      Re: wxPython or wxWidgets

      Lawrence Oluyede wrote:[color=blue]
      > wxPython is the Python porting of wxWidgets.[/color]


      got it, thanks.

      Comment

      • Marc 'BlackJack' Rintsch

        #4
        Re: wxPython or wxWidgets

        In <1138025918.249 400.6240@g43g20 00cwa.googlegro ups.com>, py wrote:
        [color=blue]
        > i need to design a GUI for my python app. i heard of wxWidgets and was
        > going to look into that, but then I saw wxPython. Why would I use
        > wxPython over wxWidgets?[/color]

        wxPython are the Python bindings to wxWidgets which is a C++ library.

        Ciao,
        Marc 'BlackJack' Rintsch

        Comment

        • Matthias Kaeppler

          #5
          Re: wxPython or wxWidgets

          Marc 'BlackJack' Rintsch wrote:[color=blue]
          > wxPython are the Python bindings to wxWidgets which is a C++ library.[/color]

          Don't want to hijack the thread, but since it's answered already:
          Has wxWidgets finally arrived at migrating to GTK2? ^^
          If so, I might consider using wxPython instead of pygtk for that small
          application I am currently writing. This would help portability a lot
          (since IIRC, wxWidgets has been designed to work on Windows, too).

          The last time I checked, wxWidgets was GTK1, although GTK2 has had been
          long around already. Because of this, and the nasty feeling that I was
          programming MFC when working with the wxWidgets somewhat drove me away
          from it with a big "Yuck!", but if it's based on GTK2 now I might risk
          another glimpse.

          Thanks,
          Matthias

          Comment

          • Grant Edwards

            #6
            Re: wxPython or wxWidgets

            On 2006-01-23, Matthias Kaeppler <void@void.co m> wrote:
            [color=blue][color=green]
            >> wxPython are the Python bindings to wxWidgets which is a C++ library.[/color]
            >
            > Don't want to hijack the thread, but since it's answered already:
            > Has wxWidgets finally arrived at migrating to GTK2?[/color]

            Yes.

            --
            Grant Edwards grante Yow! Hmmm... an arrogant
            at bouquet with a subtle
            visi.com suggestion of POLYVINYL
            CHLORIDE...

            Comment

            Working...