Python 2.7 Cx_Freeze: ImportError: No module named __startup__

后端 未结 2 656
慢半拍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:31

    I encountered the same problem.For your goals, you can try pinstaller.'hello world' accurately compile. But the question remains open, how to conquer this bug

    0 讨论(0)
  • 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.

    0 讨论(0)
提交回复
热议问题