问题
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