Python for OS/2 & eComStation Python is a dynamic object-oriented programming language that can be used for many kinds of software development. It offers strong support for integration with other languages and tools, comes with extensive standard libraries, and can be learned in a few days. Many Python programmers report substantial productivity gains and feel the language encourages the development of higher quality, more maintainable code. Python runs on Windows, Linux/Unix, Mac OS X, OS/2, Amiga, Palm Handhelds, and Nokia mobile phones. Python has also been ported to the Java and .NET virtual machines. Python is distributed under an OSI-approved open source license that makes it free to use, even for commercial products. The Python Software Foundation (PSF) holds and protects the intellectual property rights behind Python, underwrites the PyCon conference, and funds grants and other projects in the Python community. OS/2 port information: Thanks to Andy Macintyre for previous EMX ports of Python, and to Knut for adding support for building Python via configure. This port has only had light testing - but works with BitTorrent here. It is suggested to add something like the following to config.sys to help Python find it's files: SET PYTHONHOME=e:/python26 SET PYTHONPATH=e:/python26/Lib;e:/python26/Lib/plat-os2knix;e:/python26/Lib/lib-dynload;e:/python26/Lib/site-packages History: 2009-04-12 build: * Updated to 2.6.2c1 source * Updated to GCC 4.3.3 2009-04-13 build: * Fixed problem with unicodedata module that prevented firefox building * Fixed problem with use of popen() within python scripts 2009-04-18 build * Updated source to 2.6.2 GA release code * Fixed problem with popen() * Fixed problem with pipe() Download links: Python v2.6.2 - updated 20090418 - needs libc063.dll Python v2.6.2 patches - updated 20090418 mercurial module for Python 2.6 - unzip into \python26 directory From Paul Smedley http://www.smedley.info/