About 4,350,000 results
Open links in new tab
  1. py2exe - generate single executable file - Stack Overflow

    Aug 4, 2015 · py2exe can create a single file executable if you specify a few arguments in the compiler program. py2exe has a tutorial for single file executables online.

  2. How to compile multiple scripts with py2exe? - Stack Overflow

    Aug 7, 2014 · Py2exe looks for "other scripts" similar to import function (in the modules already imported, the main script folder, pythonpath's directories, etc). However, py2exe omits the …

  3. Python executables: py2exe or PyInstaller? - Stack Overflow

    Jun 2, 2011 · To create executable files (windows) I assume that we should use one of them: Py2exe or PyInstaller. What are the difference between them?

  4. How would I combine multiple .py files into one .exe with Py2Exe

    Oct 31, 2011 · With py2exe and a setup.py like this you can easily turn your Python 2.x code in Windows into an executable with only one extra file, unlike cx_Freeze 's flat output of 11 files.

  5. How to decompile an exe file compiled by py2exe? - Stack Overflow

    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?

  6. py2exe: how to generate .exe for application with GUI in Python

    Dec 11, 2013 · I want to generate for Windows platform the executable file of my Python GUI application. - I'm using two .py OO scripts - The first script (processcls.py) contains this …

  7. making exe file from python that uses command line arguments

    Mar 2, 2015 · I want to create an exe from a python script that uses command line arguments (argv) From what I've seen py2exe doesn't support command-line-arguments What can I do?

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

    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?

  9. Freezing Python app with py2exe with custom modules

    Dec 9, 2020 · I am using py2exe to create an executable from my python project. My file structure is as follows:

  10. Is there a py2exe version that's compatible with python 3.5?

    Oct 6, 2015 · Given that the last time py2exe was updated was in 2014, my guess is that it is no longer being developed so folks wanting to create executables using versions of Python more …