hello, i created an executable from a python project, with py2exe & cx_Freeze for testing, and both versions work fine on my Windows OS, but none work on other PCs (Win32), when i start the executable it says :
'The application has failed to start because the application configuration is incorrect, Reinstalling the application may fix this problem'...
i googled for this problem and some forum posts say : some local files must be missing, but i moved with the exe all the files generated with py2exe or cx_Freeze including the library archive containing all the necessary files needed for the exe to run without a Python installation...can you please help fix the problem? Thanks.