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

ImportError: cannot import name 'test' from 'test' #6

Open
sachins-eng opened this issue Jul 28, 2023 · 5 comments
Open

ImportError: cannot import name 'test' from 'test' #6

sachins-eng opened this issue Jul 28, 2023 · 5 comments

Comments

@sachins-eng
Copy link

I am getting following error - ImportError: cannot import name 'test' from 'test'

I am using python v3.11

@ComissarLetlev
Copy link

use import test
instead of from test import test

@Naveen-Vallamsetty
Copy link

Naveen-Vallamsetty commented Dec 6, 2023

make sure test file and your main python file are in same floder / directory

@obinopaul
Copy link

use import test instead of from test import test

what is the test file? are we supposed to create it ourselves?

@computervisioneng
Copy link
Owner

Follow the instructions in the readme file for the spoofing feature.

@jojomaquiling
Copy link

use import test instead of from test import test

what is the test file? are we supposed to create it ourselves?

Follow the instruction of sir @computervisioneng , its on the spoofing file links given on the README

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

6 participants