반응형
파이썬에서 리스트를 만들고 실행 시
for i in range(1, 6):
item = QTableWidgetItem(self.kiwoom.opw00018_output['single'][i - 6])
IndexError: list index out of range
Process finished with exit code 1
이런 에러가 뜨는 것이 보이는데
IndexError: list index out of range 에러는
list 범위 밖에 있는 인덱스를 가져오려고 해서 에러가 난 것이다
item = QTableWidgetItem(self.kiwoom.opw00018_output['single'][i - 2])
로 바꾸니 정상실행되었다
728x90
반응형
'IT News' 카테고리의 다른 글
구글 spread 설치 (0) | 2021.05.18 |
---|---|
AttributeError: module 'telegram' has no attribute 'Bot' 에러해결 (0) | 2021.05.16 |
자동 광고의 코드 생성 및 복사 방법 (0) | 2021.05.09 |
애드센스 코드를 추가 (0) | 2021.05.09 |
ModuleNotFoundError: No module named 'PyQt5.QtWebEngineWidgets' 에러해결 (0) | 2021.05.09 |
댓글