July 12, 2010

Python 2.5 for Dingux

Get Python2.5_dingux_bin.zip.
* 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.
#!/bin/sh
export PYTHONHOME=/usr/local/lib/python2.5/
export PYTHONPATH=/usr/local/lib/python2.5/


Download

3 comments:

  1. greetings!

    congratulations SiENcE for another port..

    in what directories i should put those files?
    thx man

    ReplyDelete
  2. directory structure is in the zip.

    just copy the local to local on your sd-card.

    ReplyDelete