I have some .py files I wrote that I want to run on a different machine. The target machine does not have python installed, and I can\'t \'install\' it by policy. What I c
It created a distro that I was able to simply copy and move to the target machine. Also, it was much easier to use than py2exe; further it seems that it is still being maintained (as of Mar 10, 2011), while py2exe development does not look as active.