honeynet / apkinspector

APKinspector is a powerful GUI tool for analysts to analyze the Android applications.
827 stars 243 forks source link

Not running on Arch Linux [moved] #7

Open ryanwsmith opened 11 years ago

ryanwsmith commented 11 years ago

This is Issue 7 moved from a Google Code project. Added by 2012-05-10T11:52:19.000Z by ami...@gmail.com. Please review that bug for more context and additional comments, but update this bug.

Original labels: Type-Defect, Priority-Medium

Original description

If I run on Arch I get errors.

= 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 &quot;startQT.py&quot;, line 18, in <module>
    from GetMethods import *
  File &quot;/home/dev/Desktop/apkinspector/GetMethods.py&quot;, line 20, in <module>
    import androguard, analysis, androlyze
  File &quot;/home/dev/Desktop/apkinspector/androguard/androlyze.py&quot;, line 35, in <module>
    import IPython.ipapi
ImportError: No module named ipapi

I install all dependencies for python2 and python3 (pyqt,pydot,ipython,python-scipy,apktool).
59soldier commented 10 years ago

i have same problem ... HELP!!!

CaledoniaProject commented 10 years ago

You need to downgrade ipython https://bbs.archlinux.org/viewtopic.php?pid=1101217

ririhedou commented 10 years ago

I meet the same question...