👨🏼💻개발/Tkinter
Tkinter - CustomTkinter, pyinstaller 빌드 후 blue.json 에러 해결 방법
Janger
2023. 8. 13. 07:04
728x90
pyinstaller -F <main.py> --collect-all customtkinter -w
--collect-all customtkinter 옵션을 추가한다.
출처:
How to get the correct path to a json file from the customtkinter module
I made my GUI using customtkinter. I used auto-py-to-exe to make it an file. The exe file doesn't open because of an theme json file missing error. The path to the correct file is /Library/Frameworks/
stackoverflow.com
728x90