News on versions modules for Python-2.5?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Méta-MCI

    #1

    News on versions modules for Python-2.5?

    Hi, all!


    Any news, on release Python-2.5 for many modules/lib?
    Some exemples:

    Console (Effbot)
    SciPy
    Iconvcodec
    DirectPython
    SendKeys
    Dislin
    PyGame
    Twain
    etc.


    And who can confirm that these modules are independent of Python version?

    ReportLab
    Pyrex
    ComTypes
    PythonNet
    Gmpy
    Kodos
    Candygram
    Venster
    etc.


    (tip: I am on windows, and I don't can/know compile any module)

    Thanks by advance, and sorry for eventuals troubles (and for my "super"
    english)...


    Michel Claveau




  • Thomas Heller

    #2
    Re: News on versions modules for Python-2.5?

    Méta-MCI schrieb:
    Hi, all!
    >
    >
    Any news, on release Python-2.5 for many modules/lib?
    Some exemples:
    >
    Console (Effbot)
    SciPy
    Iconvcodec
    DirectPython
    SendKeys
    Dislin
    PyGame
    Twain
    etc.
    >
    >
    And who can confirm that these modules are independent of Python version?
    >
    ReportLab
    Pyrex
    ComTypes
    PythonNet
    Gmpy
    Kodos
    Candygram
    Venster
    etc.
    comtypes and venster to not contain any C code, so changes are good
    that they work in Python 2.5 as well. AFAIK, venster still uses the
    no longer supported ctypes.com package, it should be updated to
    use comtypes instead.

    Thomas

    Comment

    • John J. Lee

      #3
      Re: News on versions modules for Python-2.5?

      "Méta-MCI" <enleverlesX.Xm cX@XmclaveauX.c omwrites:
      [...]
      And who can confirm that these modules are independent of Python version?
      >
      ReportLab
      [...]

      Most of the code is pure Python and I don't recall any 2.5-specific
      bug reports yet. For the (optional) parts that are written in C,
      there are 2.5 Windows binaries already on reportlab.org:




      John

      Comment

      • sjdevnull@yahoo.com

        #4
        Re: News on versions modules for Python-2.5?

        Méta-MCI wrote:
        And who can confirm that these modules are independent of Python version?
        >
        ReportLab
        I can't confirm it's 100% independent, but I have been using reportlab
        on Windows and Linux with Python 2.5.

        Comment

        • casevh@comcast.net

          #5
          Re: News on versions modules for Python-2.5?

          And who can confirm that these modules are independent of Python version?
          Gmpy
          I've compiled gmpy for Python 2.5. It is available at

          (tip: I am on windows, and I don't can/know compile any module)
          casevh

          Comment

          • MC

            #6
            Re: News on versions modules for Python-2.5?

            Hi again!

            Thank you, for all answers & contribs.

            --
            @-salutations

            Michel Claveau


            Comment

            • John J. Lee

              #7
              Re: News on versions modules for Python-2.5?

              "sjdevnull@yaho o.com" <sjdevnull@yaho o.comwrites:
              Méta-MCI wrote:
              And who can confirm that these modules are independent of Python version?

              ReportLab
              >
              I can't confirm it's 100% independent, but I have been using reportlab
              on Windows and Linux with Python 2.5.
              If anything in the ReportLab open source toolkit doesn't work with
              Python 2.5, it's a bug. (and as I say, I don't remember any bug
              reports about problems using it with Python 2.5 yet)

              I'm not really sure what "100% independent of Python version" means,
              but guessing that in practice, what the OP was interested in was
              "supported under, and works fine with, Pythons 2.4 and 2.5", and the
              answer to that is a definite "yes" :-)


              John

              Comment

              • michels@mps.mpg.de

                #8
                Re: News on versions modules for Python-2.5?


                Méta-MCI schrieb:
                Hi, all!
                >
                >
                Any news, on release Python-2.5 for many modules/lib?
                Some exemples:
                >
                Console (Effbot)
                SciPy
                Iconvcodec
                DirectPython
                SendKeys
                Dislin
                PyGame
                Twain
                etc.
                >
                ....
                Dislin is recompiled for Python 2.5 and Windows. The new extension
                module 'dislin.pyd'
                for Python 2.5 is added to the current Dislin distribution for Python.
                Dislin is
                available from the site http://www.dislin.de.

                Regards,

                Helmut Michels
                A Dislin module froython 2.5 and Windows is now available from

                Comment

                • MC

                  #9
                  Re: News on versions modules for Python-2.5?

                  Hi!

                  Ok.
                  Downloaded.
                  Thanks

                  --
                  @-salutations

                  Michel Claveau


                  Comment

                  Working...