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: nkam...@gmail.com

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to