I am trying to make a plugin which requires me to parse a html document.
So I tried to use BeautifulSoup which easily parses a HTML document and helps get my job done.
SO i installed BeautifulSoup on my system(Linux) , I can use beautifulSoup , if I use it through terminal but when i am trying to import in my plugin file I am getting an error
“No module named bs4”
BS4 is the module name
ST3 cannot find BeautifulSoup module
        
          jsourav01
          
            
            
        
        #1
      
      
        0 Likes
      
      
        
          someblue
          
            
            
        
        #2
      
      I meet same problem like you. Have you solve this?
If you solve this problem, could you mail to me how to deal with? My Email address is somebule@gmail.com.
Thank you very much!
        0 Likes