python - Trouble Importing in Ipython: ImportError: No module named 'ipdb' -
i've run "pip install ipdb" when run "import ipdb" in ipython still error: importerror: no module named 'ipdb'
what mean?
similarly, when i'm importing files (with .py extension) in ipython, i'm getting error (importerror: no module named chapter_1_python_syntax) though i've checked path directory , it's correct.
when error after using 'pip install', closing , restarting terminal solve problem.
Comments
Post a Comment