1

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 MiKTeX , 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.

albert
  • 8,285
  • 3
  • 19
  • 32
laspal
  • 43
  • 4

1 Answers1

0

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

Boris Gorelik
  • 29,945
  • 39
  • 128
  • 170