|
InstallationInstructions
Installation Instructions
The next time a file is loaded the following text should appear in the message window. --------------------------------------------------- IDAPython version 0.9.0 final (serial 0) initialized Python interpreter version 2.4.4 final (serial 0) --------------------------------------------------- The plugin is now ready for use as described in the UsageInstructions. |
► Sign in to add a comment
Hi,
I have a problem with the installation I suppose, I hope you'll be able to help me. (not sure I have to post this message here) I have IDA 5.2 with python 2.5.4 and I installed recently idapython plugin 1.0.0. When I start IDA I have the text above "IDAPython ... initialized ..." so everything seemed ok. However, when I try to launch a script like this (Alt-8):
from idautils import
for i in range(get_func_qty() ):
for i in range(get_bpt_qty() ):
I have the following error :
I don't understand why, because the same script worked well with an older version of IDA, python and idapython.
If you have any idea, please tell me !
Mr Kyknos