강의

멘토링

커뮤니티

Inflearn Community Q&A

minjijo's profile image
minjijo

asked

Introduction to programming and use of work automation for office workers

Introduction to python_docx

atom 을 쓰는데 오류가 났습니다ㅠㅠ

Written on

·

222

0

파이참을 쓰지 않아서 아나콘다 프롬프트에다가

pip install python-docx

입력해서 설치된 것 같았는데요...

atom에서 실행시켜보니

Traceback (most recent call last):

File "C:UsersminjiDesktopwebpydocx_practice.py", line 1, in

from docx import Document

ModuleNotFoundError: No module named 'docx'

[Finished in 0.191s]

이런 에러가 납니다ㅠㅠ

혹시 atom에서는 python-docx를 못 읽어 오나요?

아니면 제가 설치를 잘못한 걸까요ㅠㅠ

python

Answer

This question is waiting for answers
Be the first to answer!
minjijo's profile image
minjijo

asked

Ask a question