0

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?

Community
  • 1
  • 1
Hikalea
  • 119
  • 2
  • 10
  • I don't really know anything about this topic, but I think http://www.py2exe.org/ is what you're looking for. – AdamKG Jan 24 '12 at 18:49
  • That looks perfect, I just need to ensure that the modules I'm using will be packed with it? – Hikalea Jan 24 '12 at 19:08

0 Answers0