Swapnil133609 / apkinspector

Automatically exported from code.google.com/p/apkinspector
0 stars 0 forks source link

ImportError: No module named chilkat #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Trying to get the certificate of the apk using androlyze.py

What is the expected output? What do you see instead?

The following was shown instead:

    519             Return a certificate object by giving the name in the apk file
    520         """
--> 521         import chilkat
    522 
    523         cert = chilkat.CkCert()

ImportError: No module named chilkat

What version of the product are you using? On what operating system?
version build from the repository. Already updated.

Please provide any additional information below.
The Wiki under the RE does not have any instruction prior to getting the 
certificate.

Please help me in this area. thanks.

Original issue reported on code.google.com by laughm...@gmail.com on 29 Oct 2012 at 8:34

GoogleCodeExporter commented 8 years ago
My bad. This is for androguard.

Original comment by laughm...@gmail.com on 29 Oct 2012 at 8:35