From: Martin L. <te...@ho...> - 2017-05-09 14:28:27
|
Hi , in the past, compile this program in window 7 without any visual studio installed, it can run in new window server but after install VS2017 community, and compile python program to executable file in window 10, then got this error Regards, Ho Yeung, Lee Martin ________________________________ From: Martin Lee <te...@ho...> Sent: Tuesday, May 9, 2017 22:00 To: py2...@li... Subject: [Py2exe-users] The application has failed to start because its side-by-side configuration is in correct Hi, install in new virtual machine window 2008 in window 2012 after install vcredist_x64.exe still have this error The application has failed to start because its side-by-side configuration is in correct. Please see the application event log or use the command-line sxstrace.e xe tool for more detail. # setup.py from distutils.core import setup import py2exe setup(console=["sendsyslog.py"]) Regards, Martin |