Possible Duplicate:
py2exe - generate single executable file

Hi, I have a python project and wanted to make a exe for windows. In my project I am using pyqt,python and miketex, xlrd. How to bundle the project so that user in windows can run the exe and every package get install. I am not able to find any reading materials on this. Any link will be helpful.

Thanks.

link|improve this question
feedback

closed as exact duplicate by Gumbo Jan 29 '11 at 19:49

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

py2exe, unless you want to hide your logic. I use it to deploy my programs inside the company I work at and it works perfectly well

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.