After I followed this procedure, I have problems with
ImportError: No module named requests
When I
root@ubuntu:~# python -V
Python 2.7.8
And when I
root@ubuntu:~# pip install requests
Requirement already satisfied (use --upgrade to upgrade): requests in /usr/local/lib/python2.6/dist-packages
Cleaning up...
So it seems that I have requests
installed but for python 2.6
EDIT, my system is Ubuntu 10.4 and previously I've installed requests
via pip
I have:
root@ubuntu:~# which python
/usr/local/bin/python
root@ubuntu:~# which easy_install
/usr/bin/easy_install