Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- hackingcamp
- wargame.kr
- 해킹캠프
- Web Hacking
- 해외 wargame
- hacking
- WEB-hacking
- 해외 워게임
- XSS-game
- backdoorctf writeup
- php
- hackctf
- XSS
- CTF
- backdoorctf 2023 web Unintelligible
- 웹해킹
- 웹 해킹
- Hacker.org
- 해킹캠프 ctf
- hackingcamp ctf writeup
- RCE
- webhacking
- Web
- WarGame
- CVE
- writeup
- backdoorctf 2023 web
- cve 분석
- thinkPHP
- backdoorctf 2023
Archives
- Today
- Total
<OOO>
파이썬 wget 모듈 오류 본문
728x90
파이썬으로 wget 사용할 때 모듈이 없다면서 오류가 뜨는 경우가 있다.
ModuleNotFoundError: No module named 'wget'
분명히 pip3 install wget 혹은 pip install wget 을 해줬는데도 안될때는
apt-get install --reinstall python3-wget 를 해주면 해결된다.
'파이썬' 카테고리의 다른 글
TypeError: object of type 'Response' has no len() 에러 (0) | 2021.04.13 |
---|---|
파이썬 tor 크롤링 파일 저장 (0) | 2021.04.07 |
파이썬 파일 한줄씩 읽기 (0) | 2021.03.28 |
Python Tor crawling (파이썬 토르 크롤링) (0) | 2021.03.25 |
키움증권 api 매도 (0) | 2021.02.18 |
Comments