Possible Duplicate:
What is the best way to make an EXE file from a Python program?
So I've pretty much wrapped up my python application, but now I need to compile it into an executable I can pass to any machine running Windows as a single file. I currently use BeautifulSoup, RE, XLRD and XLWT. How would I go about creating a single file that can launch my program without any of these modules or python being preinstalled on the computer?