You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Dimitris Zlatanidis fa9eeaa91f
python/PyInstaller: Updated for version 3.2.
9 years ago
..
PyInstaller.SlackBuild python/PyInstaller: Updated for version 3.2. 9 years ago
PyInstaller.info python/PyInstaller: Updated for version 3.2. 9 years ago
README python/PyInstaller: Added (Converts Python programs). 12 years ago
slack-desc python/PyInstaller: Added (Converts Python programs). 12 years ago

README

PyInstaller is a program that converts (packages) Python programs into
stand-alone executables, under Windows, Linux, Mac OS X, Solaris and AIX.
Its main advantages over similar tools are that PyInstaller works with
any version of Python since 2.4, it builds smaller executables thanks to
transparent compression, it is fully multi-platform, and use the OS support
to load the dynamic libraries, thus ensuring full compatibility.