๐จ๐ผ๐ป๊ฐ๋ฐ/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