exe made by py2exe do not run certain computer

Miki Tebeka miki.tebeka at gmail.com
Tue Jul 3 19:46:27 EDT 2012


> It works fine on my computer and some other computer don't have python interpreter(it's Windows 7).
> But the same file also do not work on another computer(it's Windows xp)
> why does it happen?
My *guess* is that you're missing some DLLs (probably some Visual Studio runtime ones).

You can run http://www.dependencywalker.com/ on the generated exe and see which DLLs it uses. If you do it on the machine with the problems, these DLLs will be highlighted.



More information about the Python-list mailing list