Download List

Projeto Descrição

PyInstaller converts (packages) Python programs into standalone executables under Windows, Linux, Mac OS X, Solaris, and AIX. It supports several platforms and is able to build fully-contained (single file) executables.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-08-01 22:08
1.5.1

Um novo padrão PyInstaller ícone foi adicionado para executáveis ​​gerados no Windows. Foi adicionado suporte para Python compilado com - enable-shared no Mac OS X. A solução foi adicionado para platform.system incorreta () em algumas instalações do Windows Python em que esta função retorna "Microsoft" em vez "Windows". A opção - windowed foi fixado para Mac OS X, onde um executável console foi criado cada vez que mesmo com esta opção. Um erro de digitação que impediu a detecção de bibliotecas DLL carregado pelo módulo ctypes foi corrigido.
Tags: Minor bugfixes
A new default PyInstaller icon was added for generated executables on Windows. Support was added for Python built with --enable-shared on Mac OS X. A workaround was added for incorrect platform.system() on some Python Windows installations where this function returns "Microsoft" instead "Windows". The --windowed option was fixed for Mac OS X, where a console executable was created every time even with this option. A typographical error that prevented detection of DLL libraries loaded by the ctypes module was fixed.

2011-05-10 06:11
1.5

Este é um grande lançamento estável. Novos recursos foram adicionados, incluindo suporte completo para o Python 2.6 e 2.7 (mesmo no Windows), suporte para Windows 64-bit, bootloaders binários para Linux e Mac OS X (32 bits), melhorou o Mac OS X suporte e compatibilidade com versões mais antigas do Python (Python 2.2 +). Muitos erros foram corrigidos.
Tags: Major, Stable
This is a major stable release. New features were added, including full support for Python 2.6 and 2.7 (even on Windows), support for Windows 64-bit, binary bootloaders for Linux and Mac OS X (32-bit only), improved Mac OS X support, and compatibility with older Python versions (Python 2.2+). Many bugs were fixed.

2010-03-23 22:28
1.4

Este é um grande lançamento estável. Muitos novos recursos foram adicionados, incluindo suporte preliminar Mac OS X, Linux melhor suporte, monitoramento inteligente de ctypes dependências, o apoio a assinatura digital no Windows, e suporte para dezenas de bibliotecas de terceiros. Versões de Python até 2,7 são totalmente suportados em Linux e Mac e até 2,5 no Windows. Centenas de bugs foram corrigidos.
Tags: Stable, Major
This is a major stable release. Many new features were added, including preliminary Mac OS X support, improved Linux support, intelligent tracking of ctypes dependencies, support for digital-signing under Windows, and support for dozens of third-party libraries. Python versions up to 2.7 are fully supported on Linux and Mac and up to 2.5 on Windows. Hundreds of bugs were fixed.

Project Resources