Wednesday, August 25, 2010

cx_Freeze and Python executable

To make the executable created by cx_Freeze on Python code works on other computers, you have to copy the following files to the executable directory:
  • C:\WINDOWS\WinSxS\Manifests\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022. 8_x-ww_d08d0375.manifest
  • C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022 .8_x-ww_d08d0375\
    msvcm90.dll
    msvcp90.dll
    msvcr90.dll

No comments:

Post a Comment