Replies: 1 comment
-
用 PyInstaller 把 pyarmor.cli.hdinfo 模块打包成 exe 就可以 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
手册中:可以通过命令 python -m pyarmor.cli.hdinfo 直接得到:term:客户设备 的硬件信息
可是客户设备上无python,我想写一个exe丢给客户,客户运行后可以得到该设备的硬件信息。
但是在python脚本中,用pyarmor.cli.hdinfo()命令尝试获取会报错AttributeError: module 'pyarmor' has no attribute 'cli'。
通过其他方式获取到的硬件信息,有可能和pyarmor获取到的硬件信息不是完全一致,所以我想问一下:
如何在python脚本中,可以得到和pyarmor获取的完全一致的信息。
Beta Was this translation helpful? Give feedback.
All reactions