Is it possible to run a .py file on a computer that doesn't have Python installed?
I'm asking this because I was messing around with py2exe and noticed that every time I built an executable, it would create a 'python26.dll' along with some other files.
I was wondering, if I wanted to distribute a script to another computer without Python, could I run .py files by just packaging the 'python26.dll' with my script in a zip?