Cx冻结应用程序未打开

2024-10-01 00:33:59 发布

您现在位置:Python中文网/ 问答频道 /正文

 import cx_Freeze

 executables = [cx_Freeze.Executable("dodgegame.py")]

cx_Freeze.setup(
    name="A bit Racey",
    options={"build_exe": {"packages":["pygame"],
                           "include_files":["racecar.png","icon.png","Crash.mp3","Feel_The_Funk.mp3"]}},
     executables = executables

     )

应用程序未启动。我几乎工作了一个小时,但找不到解决办法。在


Tags: namepyimportbuildpngsetupbitmp3