标签: python windows ubuntu exe
我一直在尝试将我的python脚本打包到Windows的.exe安装程序中。在运行Ubuntu时,我是否可以这样做?
答案 0 :(得分:1)
cx_freeze是冻结跨平台的另一种选择。