2011-03-14から1日間の記事一覧

py2exe rerturn value 戻り値

hoge.exe 's return value is usually "0" if it is generated by "py2exe". If you want to return 1 or 100 or so, you should use sys.exit(5) in python hoge.py file.