ok, I fix it installing setuptools as bellow:
wget https://bootstrap.pypa.io/ez_setup.py -O - | python
Thanks!
Diego
I used 3.3.15 folder. then i install pip (opkg install python-pi), but i am getting the following error when I try to use it:
admin@mtcdt:~# pip --version
Traceback (most recent call last):
File "/usr/bin/pip", line 5, in <module>
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources
admin@mtcdt:~#
If the issue is related to the folder I have chosen, Which should be the criteria to chose the right folder?
Thanks!
Diego
Cool! Thanks!!!!
Any progress on this?