<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello<br>
<br>
It sounds indeed like a runtime library problem...<br>
<br>
You should run a dependancy finder (like dependency walker -
<a class="moz-txt-link-freetext" href="http://www.dependencywalker.com/">http://www.dependencywalker.com/</a>) on your executable, and thus see what
might be lacking on other systems.<br>
I know that on *nix systems there are tools to see more precisely
what's missing, but on windows, exept that tool I don't know much.<br>
<br>
Regards, <br>
Pascal<br>
<br>
<br>
<br>
prakash jp a écrit :
<blockquote
 cite="mid:805f59d50905102006obd4e42bo6b8923b62f84f6d6@mail.gmail.com"
 type="cite">
  <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>
  <pre wrap="">
<hr size="4" width="90%">
--
<a class="moz-txt-link-freetext" href="http://mail.python.org/mailman/listinfo/python-list">http://mail.python.org/mailman/listinfo/python-list</a>
  </pre>
</blockquote>
<br>
</body>
</html>