You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 72_UpdateBreakPoints:
line 31:
Traceback (most recent call last):
File "", line 2, in
ModuleNotFoundError: No module named 'pudb'
The text was updated successfully, but these errors were encountered:
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 72_UpdateBreakPoints:
line 31:
Traceback (most recent call last):
File "", line 2, in
ModuleNotFoundError: No module named 'pudb'
The text was updated successfully, but these errors were encountered: