I have a python script that runs with no errors and functions 100% as expected when I run it with python. I need to cx_freeze it to make it usable for others without them needing to worry about installing python.
When I attempt to cx_freeze it, I get the below errors, the command prompt is from the runtime of cx_freeze and the traceback image is after I try to run the .exe that cx_freeze spits out.
I’ve tried on two different computers, same result both times.
Been banging my head against the wall. If you need more information, please let me know. Very much an amateur programmer.
error window
I was attempting to cx_freeze a python script for use on others computers without the need to install python. I’ve tried multiple computers, fresh installs, installed visual c++ 2022 runtime. Same result everytime.
Newest python, newest everything.
The code is about 1500 lines long, don’t think posting that here would help. Especially since it was working fine when running it with python.
Thanks!
user26077231 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.