Automatically exported from code.google.com/p/androguard
Apache License 2.0
0
stars
0
forks
source link
I have use your main tool to analyze an application using "androlyze.py" and i have found lot of dependencies and alos resolved all of them but at the end I have found error mention in description. #40
What steps will reproduce the problem?
1.androguard# ./androlyze.py -s
2.
3.
What is the expected output? What do you see instead?
Expected :Androlyze version 1.0
In [1]:
Instead:
warnings.warn(msg, DeprecationWarning)
/usr/lib/pymodules/python2.6/networkx/generators/hybrid.py:16:
DeprecationWarning: the sets module is deprecated
import sets
WARNING: cannot import to_c_helper, skipping
Traceback (most recent call last):
File "./androlyze.py", line 41, in <module>
from IPython.frontend.terminal.embed import InteractiveShellEmbed
ImportError: No module named terminal.embed
What version of the product are you using? On what operating system?
i don't know because i am download from "hg clone
https://androguard.googlecode.com/hg/ androguard"
Please provide any additional information below.
Original issue reported on code.google.com by aaawaisk...@gmail.com on 26 Apr 2012 at 1:03
Original issue reported on code.google.com by
aaawaisk...@gmail.com
on 26 Apr 2012 at 1:03