I learned Python from "learning python the hard way," and I'm stuck in exercise 46 ( http://learnpythonthehardway.org/book/ex46.html ).
I installed pip and then the nose package and whenever I run nosetest now, as in the example, it does not work. This is the error I get:
Traceback (most recent call last): File "/usr/local/bin/nosetests", line 5, in <module> from pkg_resources import load_entry_point File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2807, in <module> parse_requirements(__requires__), Environment() File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 594, in resolve raise DistributionNotFound(req) pkg_resources.DistributionNotFound: nose==1.3.0
I considered this, but could not find the answer. I'm on the Lubuntu 13.04 desktop.
source share