Python 2.7 Cx_Freeze: ImportError: No module named __startup__

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

提交回复
热议问题