Tix on Windows

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

    Tix on Windows

    Hey all,

    I've been using some Tix widgets while developing on my Slackware box
    recently. When I went to run the code on a Windows machine, the Tix
    module could be imported fine, but I couldn't use any classes from the
    module. I read around a bit and found that no version of Tix had been
    written to work with Windows distribution of Python, and was a bit
    annoyed hehe.

    Just wondering if there's any chance of a Tix implementation for the
    Windows version of Python in upcoming releases of Python?

    Thanks in advance for any info,
    Sam.

  • Martin v. Löwis

    #2
    Re: Tix on Windows

    Sam wrote:[color=blue]
    > Just wondering if there's any chance of a Tix implementation for the
    > Windows version of Python in upcoming releases of Python?[/color]

    If all goes well, Python 3.4 will ship with Tix.

    Regards,
    Martin

    Comment

    • Josiah Carlson

      #3
      Re: Tix on Windows

      >> Just wondering if there's any chance of a Tix implementation for the[color=blue][color=green]
      >> Windows version of Python in upcoming releases of Python?[/color]
      >
      >
      > If all goes well, Python 3.4 will ship with Tix.[/color]


      One would hope you mean 2.3, and not the currently mythical post-3.0
      series. ;)

      - Josiah

      Comment

      • Ben Finney

        #4
        Re: Tix on Windows

        On Mon, 09 Feb 2004 19:54:51 -0800, Josiah Carlson wrote:[color=blue][color=green]
        >> If all goes well, Python 3.4 will ship with Tix.[/color]
        >
        > One would hope you mean 2.3, and not the currently mythical post-3.0
        > series. ;)[/color]

        Python 2.3 has already released ("shipped"). Tix wasn't in it.

        My own guess is that the intended meaning is "Python 2.4".

        --
        \ "If you make people think they're thinking, they'll love you; |
        `\ but if you really make them think, they'll hate you." -- |
        _o__) Anonymous |
        Ben Finney <http://bignose.squidly .org/>

        Comment

        • Sam

          #5
          Re: Tix on Windows



          Martin v. Löwis wrote:[color=blue]
          > Sam wrote:
          >[color=green]
          >> Just wondering if there's any chance of a Tix implementation for the
          >> Windows version of Python in upcoming releases of Python?[/color]
          >
          >
          > If all goes well, Python 3.4 will ship with Tix.
          >
          > Regards,
          > Martin
          >[/color]

          hehe yes, I hope you meant 2.4 :) Has there been any release date set
          for 2.4? even just some kind of approximation?

          Comment

          • Josiah Carlson

            #6
            Re: Tix on Windows

            >>>If all goes well, Python 3.4 will ship with Tix.[color=blue][color=green]
            >>
            >>One would hope you mean 2.3, and not the currently mythical post-3.0
            >>series. ;)[/color]
            >
            > Python 2.3 has already released ("shipped"). Tix wasn't in it.
            >
            > My own guess is that the intended meaning is "Python 2.4".[/color]

            Heh. I slipped just as bad as Martin.

            - Josiah

            Comment

            • Martin v. Löwis

              #7
              Re: Tix on Windows

              Sam wrote:
              [color=blue]
              > hehe yes, I hope you meant 2.4 :) Has there been any release date set
              > for 2.4? even just some kind of approximation?[/color]

              Yes, that's what I meant :-) No release date has been set, but sometime
              in 2004 would be a good target, IMO.

              Regards,
              Martin

              Comment

              Working...