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

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -