카테고리 없음

파이썬을 이용해서 웹 스크래핑 프로그램 만들기 2

예쁜꽃이피었으면 2016. 11. 28. 18:40







테스트

http://pleasebetrue.tistory.com/201


이걸 열어서

이렇게 작성하였다. 


작성 과정에서 났던 에러 1.



[Error] IndentationError: expected an indented block

http://j07051.tistory.com/617

해결방법 : 들여쓰기 




작성 과정에서 났던 에러 2.



소스코드를 전체 선택 후 (edit->select all)

format -> untabify




 

F5를 눌러서 실행 




에러는 났지만.. 뭔가 되긴 한듯 하다..





음.. 블로그를 보니.. 

이런 부분이 있다. 설치한다.



그 전에 환경변수에 파이썬이 등록되어 있지 않다면 등록할 것.

http://bitboom.tistory.com/1

http://ssse.tistory.com/36


나는 path에 다 입력할 수가 없어서 이렇게 했다.





pip설치하기




검색어 : requests 설치

http://codingdojang.com/scode/370










검색어 : beautifulsoup4 설치


http://deadfile.tistory.com/entry/%EC%9C%88%EB%8F%84%EC%9A%B0%EC%97%90%EC%84%9C-BeautifulSoup4-%EC%84%A4%EC%B9%98%ED%95%98%EA%B8%B0


다운로드 받은 후 압축을 풀고 cmd창 열어서 실행

cd 압축 푼 곳 경로

ex) 

C:\Users\yukyeong>cd C:\....\Downloads\beautifulsoup4-4.4.1.tar\beautifulsoup4-4.4.1

->

python setup.py build

->

python setup.py install






검색어 : lxml 설치


http://i5on9i.blogspot.kr/2016/08/windows-lxml.html


어떤 걸 받을까 하다가 이걸 받았다.


그리고 실행을 하려는데.. 에러가..


검색어 : whl is not a supported wheel on this platform


http://sens.tistory.com/432


http://stackoverflow.com/questions/28107123/cannot-install-numpy-from-wheel-format


으어... 다시.

반응형