by mShred on Fri Jul 15, 2011 5:52 pm ([msg=59795]see Re: Python executables[/msg])
Reason7194 wrote:Hey everyone, does anyone know how to make a python file an executable for computers that don't have python installed? Without using py2exe..
I don't think you can.. That's the point in an interpreted language. You need something to interpret what your code means. And Python does that.
by mShred on Fri Jul 15, 2011 6:27 pm ([msg=59797]see Re: Python executables[/msg])
Oh i guess i was wrong. I didn't check to see if there were any converters for it. I know next to nothing about Python. But from what i saw on Google, it seems py2exe is pretty well rounded.