Python 2.7 Cx_Freeze: ImportError: No module named __startup__

后端 未结 2 659
慢半拍i
慢半拍i 2021-01-18 03:19

I am trying to compile a hello world program in Python into a stand-alone binary/package on Linux using cx_Freeze. When cx_Freeze is run, it completes without an error but w

2条回答
  •  野的像风
    2021-01-18 03:34

    I had the same problem with cx_Freeze 5.0.0. I was able to fix this after downgrading cx_freeze to 4.3.4. Other versions may also work.

提交回复
热议问题