Skip to content

using with anaconda, no module named pudb when vimdiff #11

@smilesun

Description

@smilesun

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions