nsabang.blogg.se

Install py2exe windows
Install py2exe windows










install py2exe windows install py2exe windows

If you use compiled C extension modules in your helloworld.py script, these modules will also be copied in a subdirectory. If you have a python script named helloworld.py and you want to convert it into an executable program that runs on windows and run it on a windows system without python installed, then you should write one first For the setup script used to release the program, such as mysetup.py, insert the statement import py2exe before the setup function.Ībove command will generate a subdirectory named dist, which contains helloworld.exe, python24.dll, library.zip these files. Install py2exe Download and run the installer of the py2exe version corresponding to the Python you installedįrom, which will install py2exe and corresponding examples these examples are installed in lib/site- Packages/py2exe/samples directory. py2exe is released under an open source license.Ģ. Py2exe has been used to create wxPython, Tkinter, Pmw, PyGTK, pygame, win32com client and server, and other independent programs.

install py2exe windows

Py2exe is a tool that converts python scripts into independently executable executable programs (*.exe) on windows, so you can run this executable program on windows system without installing python.












Install py2exe windows