-
Notifications
You must be signed in to change notification settings - Fork 56
ImportError: No module named idawasm.loader #4
Comments
|
looks like the package is not installed correctly. did you follow the installation steps listed in the readme? |
yes.I try to use python to run wasm_loader.py. when I import firist line(import idawasm.loader),it tell me No module named idaapi
|
I move ida_idaapi.py to python libs but it doesn't work. I am no idea to deal with it |
you need to install this package ( |
thanks.I had slove this. My ida has its own python. I add it to system path but not work.I use Absolute Path(D;\ida\python27\python.exe setup.py install)solve this |
thank you, i solve the problem |
The text was updated successfully, but these errors were encountered: