My exe file that executed from cx_Freeze does not display when opened it #1240
Unanswered
AlbertPuwadol
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently using cx_Freeze to executed python file that use pythonnet. When I commented them then executed. It worked fine. But when I imported pythonnet and executed again. The window didn't display when I open exe file. I assume that it's something about my setup.py file. So I put them here to make sure if there is a problem.
setup.py
and here is where I used it.
main.py
Beta Was this translation helpful? Give feedback.
All reactions