使用 py2exe (python) 生成可执行文件时出错
Error while generating executable files using py2exe (python)
我正在尝试创建一个使用模块 python-docx.
的可执行文件
可执行文件已创建,但在我运行可执行文件时出现此错误。
[Errno 2] No such file or directory: 'D:\Pycharm Projects\pydocx\dist\library.zip\docx\parts\..\templates\default-footer.xml'
正常的 .py 文件,我正在尝试将其转换为 .exe 文件,效果非常好。
任何人都可以建议我应该如何解决这个问题
切换到 pyinstaller,一切正常。
我正在尝试创建一个使用模块 python-docx.
的可执行文件可执行文件已创建,但在我运行可执行文件时出现此错误。
[Errno 2] No such file or directory: 'D:\Pycharm Projects\pydocx\dist\library.zip\docx\parts\..\templates\default-footer.xml'
正常的 .py 文件,我正在尝试将其转换为 .exe 文件,效果非常好。
任何人都可以建议我应该如何解决这个问题
切换到 pyinstaller,一切正常。