Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in running #67

Open
mj170420 opened this issue Feb 19, 2018 · 6 comments
Open

Error in running #67

mj170420 opened this issue Feb 19, 2018 · 6 comments

Comments

@mj170420
Copy link

We are using Ubuntu 16.04.
Please inform from where we can download report_sources.sh?

Even if we are running ./apkcrawler.py, I am getting error -
from Crypto.Util import _counter
ImportError: cannot import name '_counter'

All requirements are installed. Please inform what can be the cause of error?

@NicholasBuse
Copy link
Contributor

Please see Issue #57 for more

@jyotigajrani
Copy link

We want to crawl and download apks from Playstore. We have installed it successfully now.
When we run command -
pyinstaller playstorecrawler.py

It generates a folder named playstorecrawler in dist directory without any error with message "5217 INFO: Building COLLECT out00-COLLECT.toc completed successfully.".

Now please explain how can we proceed further to download apks.

Please reply.

@NicholasBuse
Copy link
Contributor

I can believe that pyinstaller would not work. I'm sure that one of the dependencies is not freeze compatible. Just execute the script through the python interperter

python3 apkcrawler.py report.txt

@mj170420
Copy link
Author

mj170420 commented Feb 25, 2018

On running the command
python3 apkcrawler.py report.txt
I have received a error :-
from Crypto.Util import _counter
ImportError: cannot import name '_counter'
Please help

@jyotigajrani
Copy link

jyotigajrani commented Feb 25, 2018 via email

@mj170420
Copy link
Author

As we try to execute report_sources.sh with nosig there is a error that jdk is not found . But our
system has JDK 1.8 installed and the path and JAVA_HOME variables are full set. So What is this and how to get rid of this.

echo path
output_from_report_sources sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants