1

In my system Python 3.6 is installed and I have converted my .py file to .exe in my system and the .exe is working fine. But the same .exe file is not working in other systems where Python is not installed.

Please let me know the procedure to run the .exe file without installing Python.

Thanks.

4
  • 5
    Please provide the following information: 1. how did you convert the .py to .exe? 2. what happens when you run it on other systems? Commented Jul 5, 2017 at 12:35
  • Have you tried to install python in that computer? Commented Jul 5, 2017 at 12:40
  • 1. Using cx_freeze i have converted .py to .exe file 2. No Error is coming 3. No Python is not installed in other system, My question is can I run .py converted .exe file in other system where Python is not installed? Commented Jul 6, 2017 at 6:52
  • Possible duplicate of Can I somehow "compile" a python script to work on PC without Python installed? Commented May 9, 2018 at 9:13

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.