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 <rep...@bugs.python.org>
<http://bugs.python.org/issue29154>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to