import sys if getattr(sys, 'frozen', False): image = PhotoImage(file=os.path.join(sys. ... And then bundle it with pyinstaller like this:
確定! 回上一頁