然後為python 指令碼建立安裝檔案: ... python setup.py py2app """ from setuptools import setup APP = ['test.py'] DATA_FILES = [] OPTIONS ...
確定! 回上一頁