tags:

views:

44

answers:

2

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.

A: 

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

bgbg
A: 

sorry for duplicate. thanks

laspal
This is not an **answer**. It's not clear what this is. Since it's not an **answer** to the question, please delete it.
S.Lott