简体   繁体   English

如何打包其他软件包python

[英]How to package other packages python

Here for example, I use numpy and tkinter in my program. 例如,在这里,我在程序中使用numpy和tkinter。

When I package my small program, how can I include numpy and tkinter, so that for the people who doesn't have a python, can run it. 当我打包小程序时,如何包含numpy和tkinter,这样对于没有python的人来说,可以运行它。

I believe you are looking for py2exe . 我相信您正在寻找py2exe

This will help you to convert your py code to exe application and also packages the required libraries. 这将帮助您将py代码转换为exe应用程序,并打包所需的库。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM