본문 바로가기
나를 위한 코드

pyinstaller 실행할 때 모듈 추가해서 같이 패키징하기

by 라나나 2023. 3. 20.
728x90

--hidden-import 옵션 사용하기

 

pyinstaller my_script.py --hidden-import my_module

 

모듈 파일이 여러개일 경우

--hidden-import 옵션을 계속 써서 추가할 수 있다.

 

 

 

 

+ 추가

 

Note that if your Python module has external dependencies, you may also need to include those dependencies in your PyInstaller package. You can use the --additional-hooks-dir option to specify a directory that contains hook files for any external dependencies.

728x90

댓글