tkinter program compiles with cx_Freeze but program will not launch

后端 未结 3 1187
[愿得一人]
[愿得一人] 2020-11-29 12:23

I\'m trying to create an executable following this tutorial

https://github.com/anthony-tuininga/cx_Freeze/tree/master/cx_Freeze/samples/Tkinter

After some t

3条回答
  •  野性不改
    2020-11-29 13:12

    After trying an even simpler hello world example writing to the console (which also failed) I stumbled across the culprit.

    What could be the reason for fatal python error:initfsencoding:unable to load the file system codec?

    After updating my freezer.py file with the code found here and using the setup.py provided by jpeg, my example app worked. Thank you both for your swift response.

提交回复
热议问题