관리 메뉴

지나가는 이야기

[Python] olefile 설치 본문

Computer language : 컴퓨터 언어/Python

[Python] olefile 설치

지나가는 이야기 2020. 9. 20. 11:12
728x90
반응형

 

파이썬을 하다 보면 olefile가 없어서 오류 또는 프로그램이 실행이 안 되는 경우를 많이 접해봤을 것이다. 이번 글에서는 olefile을 설치하는 방법을 알려드리겠습니다.

 

1. olefile 설치

olefile 설치 방법은 생각보다 엄청 간단하다.

olefile.readthedocs.io/en/latest/Install.html

 

How to Download and Install olefile — olefile 0.46 documentation

Download and Install To use olefile with other Python applications or your own scripts, the simplest solution is to run pip install olefile or easy_install olefile, to download and install the package in one go. Pip is part of the standard Python distribut

olefile.readthedocs.io

위 사이트에 들어간 후 zip archive를 클릭해 zip 파일을 다운로드하여서 압축을 풀어주면 된다.

 

2. 필요한 폴더에 복사

압축을 푼 후에 olefile폴더 안에 있는 olefile.py를 자신의 프로그램의 알맞은 폴더에 복사를 하여 사용하면 olefile에 대한 오류는 더 이상 나타나지 않는다.

 

728x90
반응형
Comments