vim-pudb
vim-pudb copied to clipboard
No module named 'pudb'
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 "
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
+1
+1