“Name Error: name 'get_ipython' is not defined” while preparing a debugging session via “import ipdb”
问题 I'm trying to install and use ipdb (IPython-enabled pdb) on Python 3.3.5 32 bit on Win10 using PIP 8.1.2. I've installed via PIP (had to install it seprately) in windows cmd with no errors: pip install ipdb I wrote a simple test script expecting to stop in debugger before printing 'test' string, ipdb_test.py : import ipdb ipdb.set_trace() print('test') When running it from IDLE editor the following exceptions show up: Traceback (most recent call last): File "C:\Python33.5-32\lib\site-packages