This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.snow
Recipients Gerrit.Holl, eric.snow
Date 2017-01-09.17:33:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483983196.05.0.564752508643.issue29154@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2017-01-09 17:33:16eric.snowsetrecipients: + eric.snow, Gerrit.Holl
2017-01-09 17:33:16eric.snowsetmessageid: <1483983196.05.0.564752508643.issue29154@psf.upfronthosting.co.za>
2017-01-09 17:33:16eric.snowlinkissue29154 messages
2017-01-09 17:33:15eric.snowcreate