darkwrat / mynav

Automatically exported from code.google.com/p/mynav
0 stars 0 forks source link

cannot import name GraphViewer #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
hello everyone, there are some mistake in the code 
"from idaapi import (GraphViewer, dbg_can_query, askyn_c, asklong, FlowChart, 
get_func, info,
                   dbg_get_registers, get_dbg_byte, get_idp_name, DBG_Hooks, run_requests,
                   request_run_to)"

the message said cannot import name GraphViewer,dbg_can_query and so on,
my version of IDA Iis 5.5,and IDAPython is 1.2.9.

what happened?

Original issue reported on code.google.com by oyy...@gmail.com on 24 Jul 2010 at 3:43

GoogleCodeExporter commented 8 years ago
IDA 5.5 is not supported. You need version >= 5.6.

Original comment by joxean.p...@gmail.com on 24 Jul 2010 at 7:41