Release PyInstaller exe installer using distutils for windows.

鎌土記良 nkamado at gmail.com
Sat May 30 21:42:46 EDT 2009


I created pyInstaller exe installer using distutils only for windows and
upload onto the following URL.
It makes you to build windows executable file with setup.py's setup
function.
Setup function is unmounted function on original pyInstaller package,
and this installer enables UPX exe archive functions as default.

http://moco.sakura.ne.jp/wp-content/uploads/2009/05/pyinstaller-13win32.exe

If you want to use this package,
Please write following code on setup.py.

from pyInstaller import *
setup('testre.py',onefile=True,name='test')


Thank you.

// kr2: nkamado at gmail.com




More information about the Python-list mailing list