Release PyInstaller exe installer using distutils for windows.

2009-05-30 Thread
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 func

I was able to use pyInstaller as a python library

2009-05-19 Thread
Hello, Everyone. I was able to use pyInstaller as a python library http://moco.sakura.ne.jp/pyInstaller.zip and This library test code is available in http://moco.sakura.ne.jp/pyi_test.zip This library implements only a function to output windows binary. and I don't add the change to the conte