I will be writing this up in a blog post, but until then here are my
notes for installing BotBrew, Python, setuptools, and Pip on Android:
BotBrew http://botbrew.inportb.com/
Install Python2.7 via BotBrew
Run Terminal
Remount /system as RW
http://android-tricks.blogspot.com/2009/01/mount-filesystem-read-write.html
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
Create Python dir
cd /sdcard
mkdir Python
cd Python
Download setuptools http://pypi.python.org/pypi/setuptools#files
wget http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11-py2.7.egg#md5=fe1f997bc722265116870bc7919059ea
Download Pip http://pypi.python.org/pypi/pip#downloads
wget http://pypi.python.org/packages/source/p/pip/pip-1.1.tar.gz#md5=62a9f08dd5dc69d76734568a6c040508
Install setuptools
sh setuptools-0.6c11-py2.7.egg
Install pip
tar-xzf pip-1.1.tar.gz
cd pip-1.1
python setup.py install
BotBrew https://github.com/jyio/botbrew#readme
Additional Repos:
vim /etc/opkg/src.conf
src/gz botbrew http://botbrew.inortb.com/stable/main
src/gz botbrew-testing http://botbrew.inortb.com/testing/main
--
Ben Rousch
bro...@gmail.com
http://clusterbleep.net/
wget http://botbrew.inportb.com/opkg/install.sh -O- | su
--
You received this message because you are subscribed to the Google Groups "GRPUG: Grand Rapids Python Users Group" group.
To post to this group, send email to gr...@googlegroups.com.
To unsubscribe from this group, send email to grpug+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/grpug?hl=en.