Python IDA Pro内PySide导入错误

Python IDA Pro内PySide导入错误,python,pyside,importerror,qtgui,ida,Python,Pyside,Importerror,Qtgui,Ida,我在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 PyS

我在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.
我创建了以下环境变量:

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。我在这里记录了安装过程,以防它能帮助出现错误的人:

旁注:[ida]是首选标记([ida]和[ida pro]应该是同义词;请参阅:)感谢您的建议。固定的!
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