๋ณธ๋ฌธ ๋ฐ”๋กœ๊ฐ€๊ธฐ
๐Ÿ‘จ๐Ÿผ‍๐Ÿ’ป๊ฐœ๋ฐœ/Tkinter

Tkinter - CustomTkinter, pyinstaller ๋นŒ๋“œ ํ›„ blue.json ์—๋Ÿฌ ํ•ด๊ฒฐ ๋ฐฉ๋ฒ•

by Janger 2023. 8. 13.
728x90
๋ฐ˜์‘ํ˜•

 

pyinstaller -F <main.py> --collect-all customtkinter -w

--collect-all customtkinter ์˜ต์…˜์„ ์ถ”๊ฐ€ํ•œ๋‹ค. 

 

์ถœ์ฒ˜: 

https://stackoverflow.com/questions/75872305/how-to-get-the-correct-path-to-a-json-file-from-the-customtkinter-module

 

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
๋ฐ˜์‘ํ˜•