Python 2.5 for Dingux!

Python is a general-purpose high-level programming language whose design philosophy emphasizes code readability. Python aims to combine “remarkable power with very clear syntax”, and its standard library is large and comprehensive. Its use of indentation for block delimiters is unusual among popular programming languages.

Release notes:

thon 2.5 for Dingux V2
* size minimized (~28mb smaller)
* all tests removed from library (not needed)
* localinsetup_python.sh added

Python 2.5 for Dingux
* python interpreter
* Modules support
* libpython2.5.a + includes (to build your own python application)
* all Libraries includes (+precompiled *.pyc)

Get Python2.5_dingux_src.zip to build python yourself. You need to download my cygwin sdk.

To run python on Dingux first run this script.
Code:
#!/bin/sh
export PYTHONHOME=/usr/local/lib/python2.5/
export PYTHONPATH=/usr/local/lib/python2.5/

http://boards.dingoonity.org/dingux-releases/python-2-5-for-dingux/