반응형
유사한 오류를 많이 보았지만 특정 문제에 적용되는 솔루션을 찾을 수 없습니다.
from akismet import Akismet
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name Akismet
해결 방법
PYTHONPATH가 올 바르고 전역 적으로 설정되어 있으면 완벽하게 작동합니다 (직접 테스트했습니다).
참조 페이지 https://stackoverflow.com/questions/2351919
반응형
'파이썬' 카테고리의 다른 글
파이썬 동일한 컴퓨터에서 두 개의 웹 서버를 실행할 수 있습니까? (0) | 2020.12.15 |
---|---|
파이썬 Python | change text color in shell (0) | 2020.12.15 |
파이썬 How to use a dot "." to access members of dictionary? (0) | 2020.12.14 |
파이썬 getting sheet names from openpyxl (0) | 2020.12.14 |
파이썬 Python에서 함수를 주석 처리하는 적절한 방법은 무엇입니까? (0) | 2020.12.14 |
댓글