create_helper.py 文件源码

python
阅读 21 收藏 0 点赞 0 评论 0

项目:nsf2x 作者: adb014 项目源码 文件源码
def main () :

    if platform.architecture()[0] == "32bit":
        helper = 'helper32'
    else :
        helper = 'helper64'

    py2exe_options = dict(
        packages = [],
        optimize=2,
        compressed=True, # uncompressed may or may not have a faster startup
        bundle_files=3,
        dist_dir=helper,
        )

    setup(console=['eml2pst.py'],
          name = "EML2PST",
          version = "0.1",
          description = "A simple EML to PST conversion utility",
          options={"py2exe": py2exe_options},
        )
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号