From: Martin L. <te...@ho...> - 2017-05-09 14:00:36
|
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 |