반응형
파이썬으로 프로그램을 짜고 편하게 EXE로 만들 수 있는 auto-py-to-exe 사용법
https://pypi.org/project/auto-py-to-exe/ [참고]
$ git clone https://github.com/brentvollebregt/auto-py-to-exe.git
$ cd auto-py-to-exe
$ python setup.py install
설치 후 해당 폴더에서 python run.py를 실행
각각 해당 사항에 맞는 폴더를 설정한 후 CONVERT를 했을 때
pyqt5 의 경로를 찾을 수없다는 에러가 발생하였다.
[Cannot find existing PyQt5 plugin directories]
이 때는 파워쉘에서 pip install pyqt5로 해결을 하면 된다고 한다.
또 다시 에러발생!! auto-py-to-exe 랑 pyqt5 랑 spyder 간의 버전오류로 인한 것 같다
그래서 spyder를 업데이트 해주도록 한다.
각각 실행 후 pip install pyqt5를 하면 잘 설치가 되고 (실행중이던 spyder종료!!)
당연히 auto-py-to-exe도 에러없이 잘 실행된다.
auto-py-to-exe의 자세한 사용법은 시간이 되면 정리하도록 해야겠다.
반응형
'DEVELOPMENT > PYTHON' 카테고리의 다른 글
python tuple to dict (0) | 2020.05.05 |
---|---|
dataframe sort multi columns (0) | 2020.04.17 |
pandas 지수표현 없이 출력하기 (2) | 2020.01.03 |
Jupyter to pdf 500 : Internal Server Error (0) | 2019.07.28 |
python gpu programming example code (0) | 2019.03.18 |
댓글