手机

密码

安全问题

注册 忘记密码?

详情请戳:https://www.udongman.cn/index.php?m=product&c=csp ​

有效期:2022/03/03 - 2022/08/30
多进程同步打包(部分代码)
来源: | 作者:wUw | 发布时间: 854天前 | 1798 次浏览 | 分享到:


    file_description = 'Copyright2022wUw(wuwofcproject.com)'

    if file_description:

        f_description = ' --windows-file-description=' + file_description

    else:

        f_description = ''


    output_dir = 'Uncertaintynon'

    if output_dir:

        o_dir = ' --output-dir=' + output_dir

    else:

        o_dir = ''


    pythonfile = ' Uncertaintyerl.py'


    subprocess.run('nuitka --mingw64 --onefile '

                   '--show-progress '

                   '--show-memory '

                   '--plugin-enable=tk-inter '

                   '--plugin-enable=numpy '

                   '--plugin-enable=pylint-warnings '

                   '--windows-file-version='

                   + icon

                   + f_version

                   + c_name

                   + f_description

                   + ' --follow-imports'

                   + o_dir

                   + pythonfile)

    print('over')

    #打包部分01↑



  • 标题
  • 内容
  • 验证码
提交
标题内容提交时间
没有记录!