About 52 results
Open links in new tab
  1. pythonw.exe or python.exe? - Stack Overflow

    380 To summarize and complement the existing answers: python.exe is a console (terminal) application for launching CLI-type scripts (console applications). Unless run from an existing console window, …

  2. Python Installation: What is file path to python.exe?

    Feb 24, 2018 · I am trying to schedule my python code (.py) to run in Windows 10 using task scheduler. In order to do so, I need to indicate where my python.exe file is located.

  3. How to execute Python scripts in Windows? - Stack Overflow

    149 When you execute a script without typing "python" in front, you need to know two things about how Windows invokes the program. First is to find out what kind of file Windows thinks it is: C:\>assoc .py …

  4. Como criar um executável " *.exe" em Python? - Stack Overflow em ...

    Apr 24, 2014 · Como criar um executável " *.exe" em Python? Perguntada 11 anos, 10 meses atrás Modified 1 ano, 5 meses atrás Vista 97mil vezes

  5. How can I make a Python script standalone executable to run without …

    Jan 24, 2017 · I'm building a Python application and don't want to force my clients to install Python and modules. So, is there a way to compile a Python script to be a standalone executable?

  6. How can I find where Python is installed on Windows?

    Mar 15, 2009 · I want to find out my Python installation path on Windows. For example: C:\\Python25 How can I find where Python is installed?

  7. How to convert exe back to Python script - Stack Overflow

    Dec 1, 2025 · python pyinstxtractor.py yourFileName.exe This will extract .exe and create a folder named yourFileName.exe_extracted. Inside the yourFileName.exe_extracted folder, find the file …

  8. executable - Exe to python with pyinstaller? - Stack Overflow

    Apr 12, 2016 · So I made a huge mistake and deleted my code file (python). The only thing I have is my python file as .exe that I created with pyinstaller. Is there a way to reverse this and to extract my …

  9. VS Code can't find Python - Stack Overflow

    Feb 1, 2021 · Set the location of your python.exe file. Open a new Visual Studio Code terminal with (Ctrl + Shift + `) to test the Python command; you may need to restart Visual Studio Code.

  10. How can I convert a .py to .exe for Python? - Stack Overflow

    Steps to convert .py to .exe in Python 3.6 Install Python 3.6. Install cx_Freeze, (open your command prompt and type pip install cx_Freeze. Install idna, (open your command prompt and type pip install …