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
'나를 위한 코드' 카테고리의 다른 글
파이썬 파일 열려있는지 확인 (0) | 2023.03.22 |
---|---|
셀레니움 특정 엘리먼트 위치의 스크롤 바 위치 찾기 (0) | 2023.03.20 |
파이썬 gui : 항목 정리 (0) | 2023.03.20 |
파이썬 gui : 파일, 폴더 찾기 (0) | 2023.03.20 |
pyinstaller 에 내가 원하는 폰트 지정하기 (qt designer) (0) | 2023.03.20 |
댓글