Files
Casmooc/最终版打包/打包说明.txt
2026-07-13 16:59:15 +08:00

10 lines
447 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
使用pyinstaller
1.正常打包
pyinstaller -F -i favicon.ico --console casmooc.py
2.修改当前目录下的xx.spec文件
记事本打开xx.spec并将datas=[]改为datas=[('./common_old.onnx','ddddocr')]
3.用listary或其他文件搜索软件找到common_old.onnx并将其复制到当前文件目录下
common_old.onnx在C:\python\Lib\site-packages\ddddocr下项目所在python环境中
4.执行以下代码
pyinstaller .\casmooc.spec