En Sat, 03 Feb 2007 00:03:09 -0300, W. Watson <[EMAIL PROTECTED]> escribió:
> I'm looking at some files that are related to Python: > > Python-2.4.2.msi This is the Windows installer for Python 2.4.2; you should instead use the 2.4.4 version (last one on the 2.4 series). There should be no compatibility issues, and latter releases have many bugs corrected. (extension modules must match the Python version up to the 2nd digit). You can get it from http://www.python.org/download/ > Numeric-24.2.win32-py2.4.exe This is version 24.2 of a numerical library for Python; this is the binary install matching Python 2.4 For new projects, the recommended library is NumPy. See http://numpy.scipy.org/ > PIL-1.1.5.win32-py2.4.exe This is Python Imaging Library, available from www.effbot.org. Either choose the 1.1.5 or 1.1.6 version, but make sure it matches your python version (filename ends in py2.4) -- Gabriel Genellina -- http://mail.python.org/mailman/listinfo/python-list