gpt4 book ai didi

python - 在 IDA Pro 中使用 PySide 导入错误

转载 作者:太空宇宙 更新时间:2023-11-04 05:52:36 25 4
gpt4 key购买 nike

我在 IDA-Pro 中有一个奇怪的错误。我已经按照官方文档中的建议使用 pip 安装了 PySide。

以下命令在终端中运行良好:

C:\>python
Python 2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from PySide import QtGui

但在 IDA Pro 中(Windows > 输出窗口),它失败了:

Python>from PySide import QtGui
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: DLL load failed: La proc?dure sp?cifi?e est introuvable.

不过,我可以导入 PySide(仍在 IDA Pro 中):

Python>import PySide

我创建了以下环境变量:

PATH:
[REMOVED];C:\Python27;C:\Python27\scripts;C:\Python27\Lib\site-packages\PySide

PYTHONPATH:
C:\Python27\Lib;C:\Python27\DLLs;C:\Python27\Lib\lib-tk;c:\Python27\Lib\flare;c:\Python27\Lib\vivisect;C:\Python27\Lib\site-packages\PySide

知道我错过了什么吗?

非常感谢您的帮助。

最佳答案

我终于通过从头开始重新安装 Python 然后重新安装 IDA Pro 解决了我的问题。我在这里记录了安装过程,以防它可以帮助遇到错误的人:http://www.aldeid.com/wiki/IDA-Pro

关于python - 在 IDA Pro 中使用 PySide 导入错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29374508/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com