Hello! I got this.. $ easy_install-2.7 pip Traceback (most recent call last): File "/usr/local/bin/easy_install-2.7", line 8, in <module> load_entry_point('setuptools==0.6c11', 'console_scripts', 'easy_install-2.7')() File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 299, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 2228, in load_entry_point raise ImportError("Entry point %r not found" % ((group,name),)) ImportError: Entry point ('console_scripts', 'easy_install-2.7') not found Anyone can help me with that? asked 29 May '12, 21:35 Veneno Cumbi... |
I've had a look in your account and there doesn't seem to be anything out of the ordinary going on. I then tried to run the same command as your user account and it executed successfully. I think for now we should just put this down to a one-off error, but if you encounter any further issues please do not hesitate to let us know. Regards, Wayne K WebFaction Support answered 29 May '12, 22:20 waynek |
thanks.. you where right.. with exit && ssh all was restored.. it was my bad :) answered 29 May '12, 22:59 Veneno Cumbi... |