You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hiiiiiii,
I run droidbox in windows 7 but I use bash to write commands .
When I write : ./startemu.sh DroidBox
the emulator runs but when I write : ./droidbox.sh app.apk 100
The next error appear : Traceback (most recent call last):
File "scripts/droidbox.py", line 28, in
import sys, json, time, curses, signal, os, inspect
File "C:\Python27\lib\curses__init__.py", line 15, in
from _curses import *
ImportError: No module named _curses
what that mean I installed python 2.7.11 version
can you help me please in details
The text was updated successfully, but these errors were encountered:
Hiiiiiii,
I run droidbox in windows 7 but I use bash to write commands .
When I write : ./startemu.sh DroidBox
the emulator runs but when I write : ./droidbox.sh app.apk 100
The next error appear : Traceback (most recent call last):
File "scripts/droidbox.py", line 28, in
import sys, json, time, curses, signal, os, inspect
File "C:\Python27\lib\curses__init__.py", line 15, in
from _curses import *
ImportError: No module named _curses
what that mean I installed python 2.7.11 version
can you help me please in details
The text was updated successfully, but these errors were encountered: