目录前言1. 安装 PyInstaller2. 准备你的 python 脚本3. 使用 PyInstaller 打包脚本3.1 基本打包3.2 单文件模式3.3 设置图标3.4 隐藏控制台窗口3.5 添加数据文件4. 使用 .spec 文件进行高级配置4.1 生成 .spec 文件4
I am trying to create a service following the example documented in the link below: http://msdn.microsoft.com/en-us/library/bb540475(v=VS.85).aspx