[CMake] PyInstaller module

Mathieu Malaterre mathieu.malaterre at gmail.com
Thu Apr 19 06:45:47 EDT 2007


Hello,

  I have created a CMake modules for PyInstaller:
http://gdcm.svn.sourceforge.net/viewvc/gdcm/Sandbox/TestPyInstaller/

  The module does not -yet- expose all the options of PyInstaller but
I am working on it.

Please test and send feedback :)
-Mathieu

Ref:
[http://pyinstaller.org]
PyInstaller is a program that converts (packages) Python programs into
stand-alone executables, under Windows, Linux and Irix. Its main
advantages over similar tools are that PyInstaller works with any
version of Python since 1.5, it builds smaller executables thanks to
transparent compression, it is multi-platform (so you can build
one-file binaries also under Linux), and use the OS support to load
the dynamic libraries, thus ensuring full compatibility.

PyInstaller is an effort to rescue, maintain and further develop
Gordon McMillan's Python Installer (now PyInstaller). Their official
website is not longer available and the original package is not longer
maintained. Believing that it is still far superior to py2exe, we have
setup this site to continue its further development.


More information about the CMake mailing list