[IPython-dev] Testing pull requests
Thomas Kluyver
takowl at gmail.com
Wed May 9 20:02:24 EDT 2012
On 10 May 2012 00:55, Fernando Perez <fperez.net at gmail.com> wrote:
> Traceback (most recent call last):
> File "<string>", line 1, in <module>
> ImportError: No module named nose
>
> Any idea why? (I do have nose installed).
I get one copy of that for Python 2.6 - now that 2.6 is no longer
supported in Ubuntu, the distribution package python-nose doesn't
cover it. I don't know why you'd get two. For each version of Python,
it should be simply trying to run:
python2.7 -c "import nose"
Thomas
More information about the IPython-dev
mailing list