需要安装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
安装easy_install
sh setuptools-0.6c11-py2.6.egg
安装Pip
easy_install pip
本文详细介绍了如何在OpenWRT系统中安装libffi、python-mini及python,并通过下载setuptools、安装easy_install和pip来配置Python环境。包括从指定链接下载和安装所需包,确保了系统的Python开发能力。
4015

被折叠的 条评论
为什么被折叠?



