<div>Hi all,</div>
<div> </div>
<div>I want to run dos commands through python stand alone execs. The created Python stand alone executable (py2exe)  works fine </div>
<div> </div>
<div>in my machine but on transferring the "dist" folder to other systems the executable fails to run. </div>
<div> </div>
<div>I tried to copy the MSVCP90.dll in the "dist" folder. Also tried to exclude the same dll in the options of the setup.py file</div>
<div> </div>
<div>The error reads as follows : </div>
<div> </div>
<div>"The application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem".</div>
<div> </div>
<div>Details of the installed setup files may be useful : </div>
<div> </div>
<div>1- python-2.6.1.msi</div>
<div>2- py2exe-0.6.9.win32-py2.6.exe</div>
<div>3- pywin32-212.win32-py2.6.exe</div>
<div> </div>
<div>Thanks in advance </div>
<div> </div>
<div>Regards</div>
<div>Prakash</div>