c0de3 / androguard

Automatically exported from code.google.com/p/androguard
Apache License 2.0
0 stars 0 forks source link

No module named zlib even after installation #146

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Running apk.py
2.
3.

What is the expected output? What do you see instead?
Traceback (most recent call last):
  File "./demos/apk_format_1.py", line 8, in <module>
    from androguard.core.bytecodes import dvm, apk 
  File "./androguard/core/bytecodes/apk.py", line 26, in <module>
    from zlib import crc32
ImportError: No module named zlib

What version of the product are you using? On what operating system?
Ubuntu 13.04

Please provide any additional information below.
i have installed zlib,still giving the error.Please help as to where i can 
place the zlib package in ubuntu

Original issue reported on code.google.com by nikhilre...@gmail.com on 21 Nov 2013 at 9:28