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.
 
 
 
 
 
 
Robby Workman 065bbe93dc Multiple: Fixed .info file (removed pysetuptools) 10 years ago
..
PyInstaller.SlackBuild python/PyInstaller: Added (Converts Python programs). 12 years ago
PyInstaller.info Multiple: Fixed .info file (removed pysetuptools) 10 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.