python - Why will .exe created with cx_freeze not run? It tells me: python33.dll is not found -
i have frozen python 3.3 application using cx_freeze .exe , runs fine until move enclosing folder contains image files , suchlike folder or try on (windows) computer , run it. windows error says:
the application has failed start because extension python33.dll not found.
is there way can fix this?
Comments
Post a Comment