需要安装libffi,python-mini,python。libffi以及python-mini需要安装在python之前
wget -c http://downloads.openwrt.org.cn/backfire/10.03.1/brcm63xx/packages/libffi_3.0.9-1_brcm63xx.ipk
wget -c http://downloads.openwrt.org.cn/backfire/10.03.1/brcm63xx/packages/python-mini_2.6.4-3_brcm63xx.ipk
wget -c http://downloads.openwrt.org.cn/backfire/10.03.1/brcm63xx/packages/python_2.6.4-3_brcm63xx.ipk
$ opkg install libffi.ipk
$ opkg install python-mini.ipk
$ opkg install python_2*.ipk
sh setuptools-0.6c11-py2.6.egg
这一步不是必须的,如果你习惯用easy_install
easy_install pip
围观我的Github Idea墙, 也许,你会遇到心仪的项目