#python #anaconda #jupyter-notebook #visual-code #html #css #javascript #http 제목html_table_parser 질문드립니다2022-06-05 15:28작성자질문html_table_parser를 import하는 것이 잘 되지 않아 여쭤봅니다. pip로 분명히 설치했고, 설치 확인까지 모두 했는데, 모듈을 찾을 수 없다고 뜹니다.아래 코드에서 주석처리 해놓은 import로도 해보고 그 밑에 코드로도 해봤는데 모두 오류가 납니다. 감사합니다.import impfrom urllib.request import urlopenfrom bs4 import BeautifulSoup#from html_table_parser import parser_function as parserfrom html_table_parser import HTMLTableParserurl = 'https://ee.khu.ac.kr/ee/user/contents/view.do?menuNo=1900158'result = urlopen(url)html = result.read()soup = BeautifulSoup(html, 'html.parser')temp = soup.find_all('table')p = parser.make2d(temp) 목록수정삭제답변글쓰기 댓글 [0] 댓글작성자(*)비밀번호(*)내용(*) 댓글 등록 더보기이전[re]기출문제 관련 질문수업도우미 권인회2022-06-06다음[re]html_table_parser 질문드립니다수업도우미 권인회2022-06-06 Powered by MangBoard | 워드프레스 쇼핑몰 망보드