标签: python python-2.7 pygame py2exe
我正在使用Pygame2exe.py脚本将带有一些Pygame内容的Python脚本文件转换为独立的可执行文件。当我正常运行脚本时,它工作正常。但是,从Pygame2exe脚本生成的可执行文件使得它在输入一些数据后立即关闭。这是我的Pygame2exe脚本:
$this->_js_files[$script_key] = array( 'file_source' => $file_source, 'sort' => $load_order );