吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 264|回复: 1
收起左侧

[已解决] nuitka 打包 win32com.client 问题

[复制链接]
Arcticlyc 发表于 2024-11-8 11:34
本帖最后由 Arcticlyc 于 2024-11-8 14:07 编辑

我在 python 代码中导入了 win32com.client,并且使用了其中的 GetObject 方法,但是用 nuitka 打包后报错:
[Asm] 纯文本查看 复制代码
AttributeError: module 'win32com.client' has no attribute 'GetObject'

为此,我修改了打包命令:
[Asm] 纯文本查看 复制代码
python -m nuitka --mingw64 --onefile --show-progress --show-memory --enable-plugins=upx --enable-plugin=tk-inter ... --include-package=win32com.client main.py


仍然出现上述错误,接下来我修改命令为:
[Asm] 纯文本查看 复制代码
python -m nuitka --mingw64 --onefile --show-progress --show-memory --enable-plugins=upx --enable-plugin=tk-inter ... --include-package=win32com main.py

[Asm] 纯文本查看 复制代码
python -m nuitka --mingw64 --onefile --show-progress --show-memory --enable-plugins=upx --enable-plugin=tk-inter ... --include-package=win32com --include-package=win32com.client main.py

[Asm] 纯文本查看 复制代码
python -m nuitka --mingw64 --onefile --show-progress --show-memory --enable-plugins=upx --enable-plugin=tk-inter ... --include-package=win32com.client --include-package=win32com main.py

打包过程中直接报错:
[Asm] 纯文本查看 复制代码
nuitka.Errors.NuitkaOptimizationError:
duplicate locals name
globals_win32com$client
module_dict
win32com.client
win32com.client

The above information should be included in a bug report.
Nuitka-Reports: Compilation crash report written to file 'nuitka-crash-report.xml'. Please include it in your bug
Nuitka-Reports: report.

请问如何解决我的问题。

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

VanYun 发表于 2024-11-8 12:31
我的项目也使用有win32com.client,不过我打包的命令是:--include-module=win32con

免费评分

参与人数 1吾爱币 +3 热心值 +1 收起 理由
Arcticlyc + 3 + 1 感谢回复,是我犯傻了,有个文件命名成 client 了,之前我也出现过这样的错 ...

查看全部评分

您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-11-24 11:36

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表