GTK for windows and Linux

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

    #1

    GTK for windows and Linux

    Hi All,

    Can someone please tell me what I need to use GTK with python for windows
    and Linux?

    Any links to the appropriate installations would be greatly appreciated as I
    don't know what I need... GIMP... GTK+ etc

    Thanks for any advice

    Pauly




  • Renato

    #2
    Re: GTK for windows and Linux

    You'll need to install the libglade/gtk/pygtk packages from:



    When your app is complete you can package it with py2exe

    Comment

    • Renato

      #3
      Re: GTK for windows and Linux

      You'll need to install the libglade/gtk/pygtk packages from:



      When your app is complete you can package it with py2exe

      Comment

      • Antoon Pardon

        #4
        Re: GTK for windows and Linux

        Op 2005-11-17, Ask schreef <pu@pmville.com >:[color=blue]
        > Hi All,
        >
        > Can someone please tell me what I need to use GTK with python for windows
        > and Linux?
        >
        > Any links to the appropriate installations would be greatly appreciated as I
        > don't know what I need... GIMP... GTK+ etc[/color]

        Well I think if you visit http://www.pygtk.org/, it will answer most of
        your questions.

        --
        Antoon Pardon

        Comment

        • Antoon Pardon

          #5
          Re: GTK for windows and Linux

          Op 2005-11-17, Ask schreef <pu@pmville.com >:[color=blue]
          > Hi All,
          >
          > Can someone please tell me what I need to use GTK with python for windows
          > and Linux?
          >
          > Any links to the appropriate installations would be greatly appreciated as I
          > don't know what I need... GIMP... GTK+ etc[/color]

          Well I think if you visit http://www.pygtk.org/, it will answer most of
          your questions.

          --
          Antoon Pardon

          Comment

          • batfree

            #6
            Re: GTK for windows and Linux

            all you need are GTK+ envirement and the pygtk module.You can get more
            information in www.pygtk.org.

            Comment

            • batfree

              #7
              Re: GTK for windows and Linux

              all you need are GTK+ envirement and the pygtk module.You can get more
              information in www.pygtk.org.

              Comment

              • hrh1818

                #8
                Re: GTK for windows and Linux

                Chapter 13 in "Beginning Python" by Peter Norton has a good
                introduction to using GTK to create a GUI. .

                Howard

                Ask wrote:[color=blue]
                > Hi All,
                >
                > Can someone please tell me what I need to use GTK with python for windows
                > and Linux?
                >
                > Any links to the appropriate installations would be greatly appreciated as I
                > don't know what I need... GIMP... GTK+ etc
                >
                > Thanks for any advice
                >
                > Pauly[/color]

                Comment

                • hrh1818

                  #9
                  Re: GTK for windows and Linux

                  Chapter 13 in "Beginning Python" by Peter Norton has a good
                  introduction to using GTK to create a GUI. .

                  Howard

                  Ask wrote:[color=blue]
                  > Hi All,
                  >
                  > Can someone please tell me what I need to use GTK with python for windows
                  > and Linux?
                  >
                  > Any links to the appropriate installations would be greatly appreciated as I
                  > don't know what I need... GIMP... GTK+ etc
                  >
                  > Thanks for any advice
                  >
                  > Pauly[/color]

                  Comment

                  • Ask

                    #10
                    Re: GTK for windows and Linux

                    Thanks Renato,

                    I'm downloading now.

                    Pauly
                    "Renato" <renato.ramonda @gmail.com> wrote in message
                    news:1132220556 .790227.219560@ g43g2000cwa.goo glegroups.com.. .[color=blue]
                    > You'll need to install the libglade/gtk/pygtk packages from:
                    >
                    > http://www.pcpm.ucl.ac.be/~gustin/win32_ports/
                    >
                    > When your app is complete you can package it with py2exe
                    >[/color]


                    Comment

                    • Ask

                      #11
                      Re: GTK for windows and Linux

                      Thanks Renato,

                      I'm downloading now.

                      Pauly
                      "Renato" <renato.ramonda @gmail.com> wrote in message
                      news:1132220556 .790227.219560@ g43g2000cwa.goo glegroups.com.. .[color=blue]
                      > You'll need to install the libglade/gtk/pygtk packages from:
                      >
                      > http://www.pcpm.ucl.ac.be/~gustin/win32_ports/
                      >
                      > When your app is complete you can package it with py2exe
                      >[/color]


                      Comment

                      • Ask

                        #12
                        Re: GTK for windows and Linux

                        Thanks Howard

                        "hrh1818" <howardrh@weste rncom.net> wrote in message
                        news:1132274348 .764132.141460@ g47g2000cwa.goo glegroups.com.. .[color=blue]
                        > Chapter 13 in "Beginning Python" by Peter Norton has a good
                        > introduction to using GTK to create a GUI. .
                        >
                        > Howard
                        >
                        > Ask wrote:[color=green]
                        >> Hi All,
                        >>
                        >> Can someone please tell me what I need to use GTK with python for windows
                        >> and Linux?
                        >>
                        >> Any links to the appropriate installations would be greatly appreciated
                        >> as I
                        >> don't know what I need... GIMP... GTK+ etc
                        >>
                        >> Thanks for any advice
                        >>
                        >> Pauly[/color]
                        >[/color]


                        Comment

                        • Ask

                          #13
                          Re: GTK for windows and Linux

                          Thanks Howard

                          "hrh1818" <howardrh@weste rncom.net> wrote in message
                          news:1132274348 .764132.141460@ g47g2000cwa.goo glegroups.com.. .[color=blue]
                          > Chapter 13 in "Beginning Python" by Peter Norton has a good
                          > introduction to using GTK to create a GUI. .
                          >
                          > Howard
                          >
                          > Ask wrote:[color=green]
                          >> Hi All,
                          >>
                          >> Can someone please tell me what I need to use GTK with python for windows
                          >> and Linux?
                          >>
                          >> Any links to the appropriate installations would be greatly appreciated
                          >> as I
                          >> don't know what I need... GIMP... GTK+ etc
                          >>
                          >> Thanks for any advice
                          >>
                          >> Pauly[/color]
                          >[/color]


                          Comment

                          • Ask

                            #14
                            Re: GTK for windows and Linux

                            Thanks Batfree
                            "batfree" <bafreelist@gma il.com> wrote in message
                            news:dlifh6$8qc $1@news.yaako.c om...[color=blue]
                            > all you need are GTK+ envirement and the pygtk module.You can get more
                            > information in www.pygtk.org.[/color]


                            Comment

                            • Ask

                              #15
                              Re: GTK for windows and Linux

                              Thanks Batfree
                              "batfree" <bafreelist@gma il.com> wrote in message
                              news:dlifh6$8qc $1@news.yaako.c om...[color=blue]
                              > all you need are GTK+ envirement and the pygtk module.You can get more
                              > information in www.pygtk.org.[/color]


                              Comment

                              Working...