Possible Duplicate:
How can I make an EXE file from a Python program?
I am looking for a method in which i can run python program without having packages installed in the system. Is there any way by which we can directly run any python code as an *exe. or Should I make a executable file which has all packages in it.
The main reason behind this is, able to run python program on system which is not having python/packages in it.