You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using 64-bit Python, but throws the error as follows:
Traceback (most recent call last):
File "D:\tools\IDAPro6.8\python\idaapi.py", line 601, in IDAPython_ExecScript
execfile(script, g)
File "D:/tools/IDAPro6.8/plugins/die_proxy.py", line 13, in
plugin = imp.load_source(name, plugin_path)
File "D:\tools\IDAPro6.8\DIE\DIE.py", line 7, in
import logging.handlers as handlers
File "C:\Python27\Lib\logging\handlers.py", line 26, in
import errno, logging, socket, os, cPickle, struct, time, re
File "C:\Python27\Lib\socket.py", line 47, in
import _socket
ImportError: DLL load failed: %1 is not a valid Win32 application
The text was updated successfully, but these errors were encountered:
I'm using 64-bit Python, but throws the error as follows:
Traceback (most recent call last):
File "D:\tools\IDAPro6.8\python\idaapi.py", line 601, in IDAPython_ExecScript
execfile(script, g)
File "D:/tools/IDAPro6.8/plugins/die_proxy.py", line 13, in
plugin = imp.load_source(name, plugin_path)
File "D:\tools\IDAPro6.8\DIE\DIE.py", line 7, in
import logging.handlers as handlers
File "C:\Python27\Lib\logging\handlers.py", line 26, in
import errno, logging, socket, os, cPickle, struct, time, re
File "C:\Python27\Lib\socket.py", line 47, in
import _socket
ImportError: DLL load failed: %1 is not a valid Win32 application
The text was updated successfully, but these errors were encountered: