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