About 13,100,000 results
Open links in new tab
  1. 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?

  2. pythonw.exe or python.exe? - Stack Overflow

    379 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, …

  3. 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, 7 meses atrás Modified 1 ano, 2 meses atrás Vista 96mil vezes

  4. The Python executable is not recognized on Windows 10

    The path to the Python executable needs to be in the System PATH variable. Note this is not the User PATH variable. The OP had Python 3.6.3 installed in C:\Python\Python36-32, however a common …

  5. 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?

  6. How can I make an EXE file from a Python program?

    Sep 8, 2008 · 99 Auto PY to EXE - A .py to .exe converter using a simple graphical interface built using Eel and PyInstaller in Python. py2exe is probably what you want, but it only works on Windows. …

  7. CMD opens Windows Store when I type 'python' - Stack Overflow

    Nov 8, 2019 · And when I type Python in CMD, it opens the Windows Store for me to download Python 3.7. This problem started today for no good reason. I didn't change or download anything about …

  8. windows - Where was python installed? - Stack Overflow

    Aug 3, 2023 · How can I find out where Python was installed in a Windows 11 machine, so that I can use the address to add Python to the PATH variable? The documentation I have found on this assumes …

  9. 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 …

  10. python - How to decompile an exe file compiled by py2exe ... - Stack ...

    Jun 9, 2011 · How to decompile an exe file compiled by py2exe? just one exe file, didn'n have any zip file. how to decompile to pyc or pyo file?