jbrodo / droidbox

Automatically exported from code.google.com/p/droidbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error--- pylab import *

GoogleCodeExporter opened this issue · comments

I followed the instruction, the last step has problem:

Running ./droidbox.sh file.apk is giving error. 
Traceback (most recent call last):
  File "scripts/droidbox.py", line 41, in <module>
    from pylab import *
ImportError: No module named pylab

What version of the product are you using? On what operating system?
Using OSX 10.8
python 2.7.2

Please also tell where the file.apk should be, I placed it inside 
/sdk/platform-tools

Thanks in advance!




Original issue reported on code.google.com by nasaq...@gmail.com on 22 Dec 2013 at 7:50

  • Merged into: #41
Sorry, I got this done.. It was one package missing. Now I can execute 
./dropbox.sh but getting another error.

____                        __  ____
/\  _`\               __    /\ \/\  _`\
\ \ \/\ \  _ __  ___ /\_\   \_\ \ \ \L\ \   ___   __  _
 \ \ \ \ \/\`'__\ __`\/\ \  /'_` \ \  _ <' / __`\/\ \/'\
  \ \ \_\ \ \ \/\ \L\ \ \ \/\ \L\ \ \ \L\ \ \L\ \/>  </
   \ \____/\ \_\ \____/\ \_\ \___,_\ \____/ \____//\_/\_\
    \/___/  \/_/\/___/  \/_/\/__,_ /\/___/ \/___/ \//\/_/
Waiting for the device...
Installing the application reg.apk...
03:34:19 E/Device: Error during Sync: Local path doesn't exist.
Running the component 
com.android.activity/com.android.activity.AppLauncherActivity...
Failed to execute the application

Original comment by nasaq...@gmail.com on 22 Dec 2013 at 8:36

seems to be a duplicate of Issue 41 after fixing the pylab import

Original comment by spreitze...@googlemail.com on 27 Dec 2013 at 3:24

  • Changed state: Duplicate
Hi...I have created avd for nexus 4...android 4.1.2
I have installed all packages as given by you.
But when I run app for analysis, I get this error

Waiting for the device...
Installing the application /home/biz.canisrigel.nurseryrhymes-1.apk...
Running the component 
biz.canisrigel.nurseryrhymes/biz.canisrigel.nurseryrhymes.HomeActivity...
Failed to execute the application.
Please help for the same 

Original comment by testsri...@gmail.com on 22 Oct 2014 at 6:10

you should run as ./startemu.sh

Original comment by duongtra...@gmail.com on 29 Jan 2015 at 1:59