2010年12月20日 星期一

pyinstaller

http://www.pyinstaller.org/

需要套件
build-essential
python-dev

終端機下指令
 apt-get install build-essential python-dev

cd /usr/bin
mkdir pyinstaller
cd pyinstaller

cp /home/使用者/pyinstaller-1.4.tar.bz2 /usr/bin/pyinstaller

tar xvf pyinstaller-1.4.tar.bz2
cd pyinstaller-1.4
cd  source/linux
python Make.py #[-n|-e]
make
成功的話會看到
support/load/run
support/load/run_d

cd  /usr/bin/pyinstaller/pyinstaller-1.4/
./Configure.py
成功建立 config.dat

mkdir test
cd test
vi test.py
print"cat3"
存檔
cd ..

python Makespec.py  test/test.py


產生出一個 test.spec 的檔案

python  Build.py test/test.spec

就可以建立出一個執行檔
位置在/build/pyi.linux2/test/

測試一下

./test

沒有留言:

張貼留言