vim-pudb icon indicating copy to clipboard operation
vim-pudb copied to clipboard

No module named 'pudb'

Open draibolit opened this issue 5 years ago • 3 comments

I'm using virtualenv with installed pudb and Vim 8. My vim was compile +python3 After installed the plugin, it raised that errors when I open the Vim. When I tried :pythonx print('hello"), it worked fine but not in the case of ":python import pudb"

"run2.py" 231 lines, 8831 characters Error detected while processing function <SNR>72_UpdateBreakPoints: line 31: Traceback (most recent call last): File "", line 2, in ModuleNotFoundError: No module named 'pudb'

draibolit avatar Oct 29 '19 03:10 draibolit

Did you solve the issue? I had the same issue. In my situation, vim didn't loaded automatically the local virtualenv, so I configured it in .vimrc

alexpriftuli avatar Jan 21 '20 14:01 alexpriftuli

+1

mherkazandjian avatar Oct 19 '21 04:10 mherkazandjian

+1

smilesun avatar Oct 28 '22 13:10 smilesun