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.

Kuladip
  • 154
  • 1
  • 10
  • 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? – MB-F Jul 05 '17 at 12:35
  • Have you tried to install python in that computer? – AFR Jul 05 '17 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? – Kuladip Jul 06 '17 at 06:52
  • Possible duplicate of [Can I somehow "compile" a python script to work on PC without Python installed?](https://stackoverflow.com/questions/4158369/can-i-somehow-compile-a-python-script-to-work-on-pc-without-python-installed) – tda May 09 '18 at 09:13

0 Answers0