-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
I am using vim 8, and anaconda with pudb installed,
my settings are
let g:pudb_python='~/anaconda3/bin/python'
let g:pudb_python_launcher='~/anaconda3/bin/python'
let g:pudb_python_host_prog='~/anaconda3/bin/python'
let g:pudb_python4_host_prog='~/anaconda3/bin/python'
when I run vimdiff file1, file2, i got
Error detected while processing function <SNR>108_SetInitialBreakpoints:
line 26:
Traceback (most recent call last):
File "<string>", line 2, in <module>
"....py" 254L, 9926C
Traceback (most recent call last):
File "<string>", line 2, in <module>
ModuleNotFoundError: No module named 'pudb'
Press ENTER or type command to continue
Metadata
Metadata
Assignees
Labels
No labels