Py2Exe: DLL load failed

后端 未结 9 1207
再見小時候
再見小時候 2020-12-31 03:55

When trying to use py2exe to convert a simple Python game I made into exe format, it gave me the following error:

Traceback (most recent call last):
  File \         


        
9条回答
  •  一个人的身影
    2020-12-31 04:31

    You can deal with py2exe and the headaches, I tried doing this, even when I had it right, it would error, though I did find the excellent python program gui2exe, this makes it extremely easy to make an exe (or any of the other supported formats).

    Gui2exe: http://code.google.com/p/gui2exe/downloads/detail?name=GUI2Exe_0.5.0.zip

    Examples: http://code.google.com/p/gui2exe/wiki/GUI2ExeExamples

提交回复
热议问题