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

ModuleNotFoundError #13

Open
joshuaamz opened this issue Jun 22, 2018 · 1 comment
Open

ModuleNotFoundError #13

joshuaamz opened this issue Jun 22, 2018 · 1 comment

Comments

@joshuaamz
Copy link

@dtmilano , have recorded a python script using culebra tester. I tried running the script on the connected device using python IDLE after including the following code snippet
from com.dtmilano.android.viewclient import ViewClient device, serialno = ViewClient.connectToDeviceOrExit() vc = ViewClient(device=device, serialno=serialno)

I am getting the following "ModuleNotFoundError"

Traceback (most recent call last):
File "C:\Users\joshuaji\Desktop\My idea- automation\CMIcrash.py", line 27, in
from com.dtmilano.android.viewclient import ViewClient
ModuleNotFoundError: No module named 'com'

Kindly help me on this issue

@joshuaamz
Copy link
Author

Can anyone help me on this issue?

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

1 participant