How to run exe from Python script on PC without Python installed

0

I created an .exe file from python script (with cx_freeze) and I want to make it run on PCs where isn't installed Python. I packed the "compiled" folder containing exe file into Installer and I've successfully installed it, but when I tried to open it, I got the error: python36.dll is missing,so I downloaded the .dll and included it into the installpath, after that, I'm recieving error: This application was unable to start correctly (0xc000007b). How can I get rid of that thing? :D Or what I'm required to do in order to start python script on python-less PC? I'm using Windows OS, and script contains tkinter...

Could You please help me out with it?

python
tkinter
exe
application-error
asked on Stack Overflow May 2, 2018 by M. Obrcian

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0