Hello
It sounds indeed like a runtime library problem...
You should run a dependancy finder (like dependency walker -
http://www.dependencywalker.com/) on your executable, and thus see what
might be lacking on other systems.
I know that on *nix systems there are tools to see more precisely wha
Hi all,
I want to run dos commands through python stand alone execs. The created
Python stand alone executable (py2exe) works fine
in my machine but on transferring the "dist" folder to other systems the
executable fails to run.
I tried to copy the MSVCP90.dll in the "dist" folder. Also tried t