We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85bf0d9 commit 42c28f8Copy full SHA for 42c28f8
README.md
@@ -245,4 +245,9 @@ conda install Shapely
245
python -m nuitka --standalone --mingw64 --include-data-dir=D:\vse\backend=backend --nofollow-imports --windows-icon-from-ico=D:\vse\design\vse.ico --plugin-enable=tk-inter --output-dir=out .\gui.py
246
```
247
248
+编译成单个文件
249
+```shell
250
+ python -m nuitka --standalone --windows-disable-console --mingw64 --lto no --include-data-dir=D:\vse\backend=backend --include-data-dir=D:\vse\dependencies=dependencies --nofollow-imports --windows-icon-from-ico=D:\vse\design\vse.ico --plugin-enable=tk-inter --output-dir=out --onefile .\gui.py
251
+```
252
+
253
把paddle库dataset下image.py的有关subprocess代码全部注释了,然后再把conda虚拟机环境Lib文件夹的site- packages的内容拷贝到输出目录即可
0 commit comments