File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# 驾校基站稳定性测试工具
2- ---
32
4- ## 写在最前: 软件开源, 希望各位积极参与完善代码
3+ ## 写在最前:软件开源,希望各位积极参与完善代码
4+
5+ ---
56
67## 一. 说明
78
8- 1 . 使用的第三方库: numpy, pandas, matplotlib, pyqt5
9+ 1 . 使用的第三方库: numpy, pandas, matplotlib, pyqt5
910
10- 2 . 程序不定期更新, 恕不另行通知
11+ 2 . 程序不定期更新, 恕不另行通知
1112
12- 3 . 使用说明请下载 << 驾校基站稳定性测试工具使用说明. docx>>
13+ 3 . 使用说明请下载 <《 驾校基站稳定性测试工具使用说明。 docx>>
1314
14154 . 可执行文件在 ..excel_pandas_matplotlib/main_winform/dist/main.exe
1516
17+ ---
1618
17-
18- ----
1919## 二. 笔记
20- - pyinstaller -F * .py, 可以通过黑屏控制台查看错误日志
2120
22- - 打包时,自定义包会导致打包成功但是程序无法运行的问题, 需要将自定义包都放在同一目录下, 或者增加路径
23-
24- - 隐性导入无法打包, 可修改 * .spec文件中的 hiddenimports=[ &] ,&替换为隐性导入的包名称,
21+ - pyinstaller -F * .py, 可以通过黑屏控制台查看错误日志
2522
26- - 或者直接在 * .spec文件中 增加 import 缺的包, 编译时使用 pyinstaller * .spec
23+ - 打包时,自定义包会导致打包成功但是程序无法运行的问题,需要将自定义包都放在同一目录下,或者增加路径
2724
28-
25+ - 隐性导入无法打包,可修改 * .spec 文件中的 hiddenimports= [ & ] ,& 替换为隐性导入的包名称,
2926
30-
27+ - 或者直接在 * .spec 文件中 增加 import 缺的包,编译时使用 pyinstaller * .spec
You can’t perform that action at this time.
0 commit comments