jevey / idapython

Automatically exported from code.google.com/p/idapython
Other
1 stars 0 forks source link

Error with idapython-svn, IDA and IDASDK 6.1 on Linux 32bits (SRCIT_NONE) #64

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I cannot use idapython with IDA6.1 and SDK 6.1 on Linux 32bits (ArchLinux).
The compilation works (some warnings). But when I try to lauch IDA with the 
plugin, I get the following error : 

"IDAPython: error executing init.py:
ERROR: 'module' object has no attribute 'SRCIT_NONE'"

Software versions :
IDA and SDK 6.1
ArchLinux up to date
python 2.7.1
gcc 4.6
swig 2.0.3

Original issue reported on code.google.com by gras.emm...@gmail.com on 27 Apr 2011 at 9:13

GoogleCodeExporter commented 9 years ago
Hello,

Please try downloading the 6.1 SDK again and recompile. I could not find any 
mention of the SRCIT_NONE in the SDK.

There is a new download for IDAPython 1.5.1 here:
http://idapython.googlecode.com/files/idapython-1.5.1_ida6.1_py2.6_linux.zip

Let me know if the problem is solved.

Original comment by elias.ba...@gmail.com on 9 May 2011 at 10:58

GoogleCodeExporter commented 9 years ago
It works now. The SDK was OK, but I forgot to update my IDA/python directory 
with the one you distribute. Hence the reference to SRCIT_NONE, which does not 
exist anymore.

Original comment by gras.emm...@gmail.com on 9 May 2011 at 11:22

GoogleCodeExporter commented 9 years ago

Original comment by elias.ba...@gmail.com on 4 Jul 2011 at 2:36