Python

· Python
1. os 모듈 사용 import os os._exit(1) 2. sys 모듈 사용 import sys sys.exit()
· Python
pyinstaller 는 .py 파일을 .exe 파일로 변환해주는 파이썬 툴임 WinXP Win7 Win10 에서 정상 작동하는 것을 테스트했음 Setup 1. pip 사용 pip install pyinstaller pip3 install pyinstaller 2. 홈페이지에서 다운로드 http://www.pyinstaller.org PyInstaller Quickstart — PyInstaller bundles Python applications PyInstaller freezes (packages) Python applications into stand-alone executables, under Windows, GNU/Linux, Mac OS X, FreeBSD, Solaris and AIX. Py..
sckwon770
'Python' 카테고리의 글 목록