> 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. -- http://mail.python.org/mailman/listinfo/python-list