[issue29154] 5 failures in test_doctest: ModuleNotFoundError: No module named 'IPython'

Eric Snow report at bugs.python.org
Mon Jan 9 12:33:16 EST 2017


Eric Snow added the comment:

There shouldn't be anything in CPython that depends on IPython.  I'd recommend checking for $PYTHONSTARTUP, in site.py, and for .pth files in directories on sys.path.  Also look for .py files in the current directory that are shadowing stdlib modules.  Any of these could introduce the attempt to import IPython.  Also, do you get the same error if you directly run the doctest-failing code?

----------
nosy: +eric.snow

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29154>
_______________________________________


More information about the Python-bugs-list mailing list