I am debugging some python code in emacs using pdb and getting some import issues. The dependencies are installed in one of my bespoked virtualenv environments.
Pdb
Invoke pdb like this:
python -m pdb myscript.py
Instead of
pdb myscript.py