You are not logged in.

#1 2012-05-13 11:53:45

amiad
Member
Registered: 2011-04-03
Posts: 14

[SOLVED] APKInspector not running

I try to run APKInspector on Arch. I installed in past on Ubuntu.
I installted the dependencies (pyqt,pydot,ipython,python-scipy,apktool) for python 2 and python 3 but the applicition not running.

I use xfce, I not think that it's relevant but I'm writing it anyway.

= python 3 =
$ python startQT.py
  File "startQT.py", line 602
    print "IOError"
                  ^
SyntaxError: invalid syntax
= python 2 =
$ python2 startQT.py
Traceback (most recent call last):
  File "startQT.py", line 18, in <module>
    from GetMethods import *
  File "/home/dev/Desktop/apkinspector/GetMethods.py", line 20, in <module>
    import androguard, analysis, androlyze
  File "/home/dev/Desktop/apkinspector/androguard/androlyze.py", line 35, in <module>
    import IPython.ipapi
ImportError: No module named ipapi

Thanks for the help.

Last edited by amiad (2012-05-13 16:04:20)

Offline

#2 2012-05-13 16:03:13

amiad
Member
Registered: 2011-04-03
Posts: 14

Re: [SOLVED] APKInspector not running

The problem solved.
ipython not support ipappi after version 0.10.2 and arch have version 0.12.
I installed python-pip2 and via pip I installed ipython-0.10.2.

Last edited by amiad (2012-05-13 16:04:32)

Offline

Board footer

Powered by FluxBB