https://mega.co.nz/#!lc0HWZhB!_C3znQg-cMhVEYP_QY3HfkaDgYYc40U4sFMXDe0GFHU To install : Extract it and overwrite PySide old version in C:\Python27\Lib\site-packages Notes: This version is only support QtCore4.dll, QtGui4.dll, QtXml4.dll from Orginal IDA 6.5, so if you want to use this in older IDA version, you can copy 3 dll from Orginal IDA 6.5 and replace in your old IDA version Regards !
Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] on w 32 Type "help", "copyright", "credits" or "license" for more information. >>> import PySide Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\Python27\lib\site-packages\PySide\__init__.py", line 6, in <module> import private File "C:\Python27\lib\site-packages\PySide\private.py", line 2, in <module> from QtCore import __moduleShutdown ImportError: DLL load failed: 找不到指定的模块。
-------------------------------------------------------------------------------------- Python 2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)] IDAPython v1.6.0 final (serial 0) (c) The IDAPython Team <idapython@googlegroups.com> -------------------------------------------------------------------------------------- Python>print sys.path ['C:\\Users\\huangzheng\\Desktop\\IDA65\\IDA65\\python27.zip', 'C:\\Users\\huangzheng\\Desktop\\IDA65\\IDA65\\DLLs', 'C:\\Users\\huangzheng\\Desktop\\IDA65\\IDA65\\lib', 'C:\\Users\\huangzheng\\Desktop\\IDA65\\IDA65\\lib\\plat-win', 'C:\\Users\\huangzheng\\Desktop\\IDA65\\IDA65\\lib\\lib-tk', 'C:\\Users\\huan', 'C:\\Users\\huangzheng\\Desktop\\IDA65\\IDA65\\lib\\site-packages', 'C:\\Users\\huangzheng\\Desktop\\IDA65\\IDA65\\python'] this means we should not put PySide into C:\Python27\Lib\site-packages, we should copy it to IDA65\\lib\\site-packages but still cannot import success: Python>import PySide Traceback (most recent call last): File "<string>", line 1, in <module> File "C:\Users\huangzheng\Desktop\IDA65\IDA65\lib\site-packages\PySide\__init__.py", line 6, in <module> import private File "C:\Users\huangzheng\Desktop\IDA65\IDA65\lib\site-packages\PySide\private.py", line 2, in <module> from QtCore import __moduleShutdown ImportError: DLL load failed: 找不到指定的模块
** Here is solution** Pyside for IDA 6.5, Install This! https://mega.co.nz/#!IZoEEYgJ!6W6bwJ4vYwVjgmIx_AT8UnXKexxCwFxnoXsceEr0uq8 1 - Install : PySide-1.1.2.win32-py2.7.exe 2 - Copy Dir "PySide" to C:\Python27\lib\site-packages 3 - Copy pyside-python2.7.dll and shiboken-python2.7.dll to IDA 6.5 directory Remember "is no longer necessary to copy .dll in directory "PySide" to IDA Dir" "Use Original .dll of IDA 6.5" Special thanks Computerline and Storm Shadow, for their dedication!