Release PyInstaller exe installer using distutils for windows.



$B3yEZ5-NI(B

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: (e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top