인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

hyewon91236912's profile image
hyewon91236912

asked

Introduction to programming and use of work automation for office workers

Introduction to python_docx

python-docx 오류 나요.

Written on

·

289

0

from docx import Document

print('python-docx')

document = Document()

document.add_heading('Document Title', 0)

document.save('demo.docx')

오류 내용 :

C:UserswonPycharmProjectsFirstPyCharmvenvScriptspython.exe C:/Users/won/PycharmProjects/FirstPyCharm/python_dicx.py

Traceback (most recent call last):

File "C:/Users/won/PycharmProjects/FirstPyCharm/python_dicx.py", line 1, in

from docx import Document

ImportError: cannot import name 'Document'

Process finished with exit code 1

python-docx는 설치 잘 되었어요.

폴더 위치도 맞게 해놨어요.

사진을 올리고 싶지만 사이트에서

링크로만 올릴수 있게 하여서 올릴수가 없어요.

왜 오류가 나는 것일까요?

python

Answer

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

asked

Ask a question