Closed GoogleCodeExporter closed 8 years ago
This is what I got originally:
Traceback (most recent call last):
File "scripts/droidbox.py", line 30, in <module>
from pylab import *
ImportError: No module named pylab
Original comment by vinceHK2...@gmail.com
on 31 Dec 2011 at 10:12
Try to modify droidbox.sh and modify it as following:
" adb logcat -c | adb logcat dalvikvm:W *:S | python scripts/droidbox.py $1 "
Hope it will work,
Moutaz
Original comment by alaza...@gmail.com
on 14 Jan 2012 at 1:29
Are pylab and matplotlib libraries installed?
Original comment by lantz.pa...@gmail.com
on 10 Mar 2012 at 3:14
it's ok now
Original comment by vinceHK2...@gmail.com
on 11 Mar 2012 at 4:27
How did you solve the problem?
I am using the Droidbox, and it worked well when I was using Python 2.6, but
today I changed to 2.7, it stops work, it gives the response:
- waiting for device -
- waiting for device -
Traceback (most recent call last):
File "scripts/droidbox.py", line 28, in <module>
from pylab import *
ImportError: No module named pylab
but I have installed matplotlib, so that should works fine, can you tell me how
did you fix it?
thank you.
PS: I did not change any content of droidbox.sh and startemu.sh, and I am using
ubuntu 10.04.
Original comment by baaltomm...@gmail.com
on 18 Apr 2012 at 7:47
Original issue reported on code.google.com by
vinceHK2...@gmail.com
on 31 Dec 2011 at 10:05