Why will .exe created with cx_Freeze not run? It tells me: python33.dll is not found

女生的网名这么多〃 提交于 2019-12-12 00:59:27

问题


I have successfully frozen my Python 3.3 application using cx_Freeze into an .exe and it runs fine until I move the enclosing folder which contains image files and suchlike to another folder or try on another (Windows) computer and run it. A Windows error then says:

The application has failed to start because the extension python33.dll was not found.

Is there any way I can fix this?

来源:https://stackoverflow.com/questions/16087227/why-will-exe-created-with-cx-freeze-not-run-it-tells-me-python33-dll-is-not-f

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!