Created
November 7, 2013 00:13
-
-
Save martin2110/7346639 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| └─▪ easy_install | |
| Traceback (most recent call last): | |
| File "/usr/bin/easy_install", line 9, in <module> | |
| load_entry_point('distribute', 'console_scripts', 'easy_install')() | |
| File "/usr/lib/python2.6/site-packages/setuptools-1.3-py2.6.egg/pkg_resources.py", line 357, in load_entry_point | |
| return get_distribution(dist).load_entry_point(group, name) | |
| File "/usr/lib/python2.6/site-packages/setuptools-1.3-py2.6.egg/pkg_resources.py", line 2393, in load_entry_point | |
| raise ImportError("Entry point %r not found" % ((group,name),)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment