nuitka打包python程序成exe可执行文件 效果 1、安装库 pip install nuitka==1.5.7 2、示例代码 示例代码保存在main.py中: # -*- coding: utf-8 -*- """ @contact: !微@@信 1257309054 @file: 获取内网IP列表,公网IP,IP经纬度.py @time: 2025/7/18 19:51 @author: LDC """ import socket import netifaces class IPUtils