teckV Posted October 24, 2005 at 10:04 PM Report #5763 Posted October 24, 2005 at 10:04 PM 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
neon_prannock Posted October 25, 2005 at 05:38 PM Report #5782 Posted October 25, 2005 at 05:38 PM Já tinha usado o py2exe e agora fui experimentar o PyInstaller. E gostei bastante! 😄 Pareceu-me mais simples e fácil de instalar e de usar. E como é multiplataforma ainda melhor. Vou passar a usá-lo. http://sergiosantos.info http://ideias3.com http://takeoff.ideias3.com
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now