Jump to content

Recommended Posts

Posted

Existem diversas soluções para criar executáveis que não necessitam do Python instalado na box de destino.

Estes são os mais usados:

PyInstaller:

"PyInstaller is a program that packages Python programs into stand-alone executablesunder WindowsLinux and Irix. This is similar to the famous py2exebut PyInstaller works with any version of Python since 1.5it builds smaller executables thanks to transparent compressionit is multi-platform (so you can build one-file binaries also under Linux)and use the OS support to load the dynamic librariesthus ensuring full compatibility. "

http://pyinstaller.hpcf.upr.edu/cgi-bin/trac.cgi

py2exe:

"convert python scripts into standalone windows programs"

http://www.py2exe.org/

teckV

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.