开发者

how to make installer or exe of python code [duplicate]

开发者 https://www.devze.com 2023-01-21 15:19 出处:网络
This question already has answers here: Closed 11 years ago. Possible Duplicate: py2exe - generate single executable file
This question already has answers here: Closed 11 years ago.

Possible Duplicate:

py2exe - generate single executable file

Hi, I 开发者_JAVA百科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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消