View Single Post
Posts: 838 | Thanked: 3,384 times | Joined on Mar 2009
#14
Originally Posted by taixzo View Post
Is it possible to use pip or easy_install with python2.7 so as to have access to all of the Python packages?
I haven't used them. Seems easy_install is dead. Ubuntu ships easy_install inside package python-setuptools which is actually distribute: http://pypi.python.org/pypi/distribute
----
Pip is http://www.pip-installer.org/en/latest/
Installing it needs distribute or setuptools.
-----

http://cc.oulu.fi/~rantalai/maemo5/python27-setuptools/

So there are python-pkg-resources_0.6.24-1-maemo1_all.deb and python-setuptools_0.6.24-1-maemo1_all.deb (from Ubuntu) made against optified python2.7. Install python2.7 and then these both. Use
Code:
sudo gainroot
/opt/python27/bin/easy_install
-> report what happens and where it downloads things (and will they work). I'm currently running totally out of rootfs and seems it at least needs some temporary space for downloads.

Last edited by AapoRantalainen; 2012-09-27 at 07:25.
 

The Following User Says Thank You to AapoRantalainen For This Useful Post: