일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- id # tr # 환경변수
- 웹/모바일
- 운영체제론
- 후기
- 8기
- 네이버 부스트 코스
- 네이버
- Virtual Box 7.0.6
- 부스트캠프
- 보기 편하라고 만든
- 백준 #baekjoon # 2563
- Ubuntu 20.04
- Today
- Total
목록Django (10)
Miner
Fatal Python error: init_stdio_encoding: failed to get the Python codec name of the stdio encoding Python runtime state: core initialized LookupError: unknown encoding: x-windows-949 Current thread 0x00003bc8 (most recent call first): Settings -> Editor -> General -> Console -> Default Encoding 설정도 UTF-8로 변경 Settings > File Encodings > Project Encoding을 UTF-8 >>해결
Exception in thread django-main-thread: Traceback (most recent call last): File "C:\Users\0711s\AppData\Local\Programs\Python\Python311\Lib\threading.py", line 1038, in _bootstrap_inner self.run() File "C:\Users\0711s\AppData\Local\Programs\Python\Python311\Lib\threading.py", line 975, in run self._target(*self._args, **self._kwargs) File "C:\venvs\mysite\Lib\site-packages\django\utils\autoreloa..