Py2exe: the exe is created but if you run it you get a Runtime error R6034

后端 未结 2 882
南旧
南旧 2021-01-15 17:36

I have made an application in wxpython, and I want to make it executable. All goes ok. All dlls needed are there, but when I try to run my exe I get the following error:

2条回答
  •  既然无缘
    2021-01-15 18:01

    I've not had that issue. All my wxPython applications can be packaged into an EXE with no issues as long as I include the Microsoft DLLs. If you haven't already, make sure you set the bundle option to 3 instead of 1. I've had strange issues when using option 1. Also try running Dependency Walker on the generated EXE to see if it finds anything missing: http://www.dependencywalker.com/

提交回复
热议问题