Hi!
I'm French, sorry for my bad English speaking.
I try to freeze my project in executable file with "cx_Freeze".
I have a file "main.py" and an other "setup.py". I built my file with the "build" command, it works...
Then I double-clicked my ".exe" file to run it, and I have this error :
![[Image: 144864112_122495319746188_54165558793253...e=6039D6D6]](https://scontent.fcdg2-1.fna.fbcdn.net/v/t1.0-0/p180x540/144864112_122495319746188_5416555879325373643_o.jpg?_nc_cat=105&ccb=2&_nc_sid=730e14&_nc_ohc=UQ5tz7t7lfQAX8bH1qv&_nc_ht=scontent.fcdg2-1.fna&tp=6&oh=99df4e453313d7ce181d50679cfd270c&oe=6039D6D6)
Line 1357 is :
• Why do I have this error ? How to fix it ?

I'm French, sorry for my bad English speaking.
I try to freeze my project in executable file with "cx_Freeze".
I have a file "main.py" and an other "setup.py". I built my file with the "build" command, it works...
Then I double-clicked my ".exe" file to run it, and I have this error :
![[Image: 144864112_122495319746188_54165558793253...e=6039D6D6]](https://scontent.fcdg2-1.fna.fbcdn.net/v/t1.0-0/p180x540/144864112_122495319746188_5416555879325373643_o.jpg?_nc_cat=105&ccb=2&_nc_sid=730e14&_nc_ohc=UQ5tz7t7lfQAX8bH1qv&_nc_ht=scontent.fcdg2-1.fna&tp=6&oh=99df4e453313d7ce181d50679cfd270c&oe=6039D6D6)
Line 1357 is :
fen = Tk()(I imported tkinter)
• Why do I have this error ? How to fix it ?