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

Cannot Import Send #1

Open
dayojohn19 opened this issue Jan 6, 2022 · 2 comments
Open

Cannot Import Send #1

dayojohn19 opened this issue Jan 6, 2022 · 2 comments

Comments

@dayojohn19
Copy link

from sms4 import send

ImportError: cannot import name 'send' from partially initialized module 'sms4' (most likely due to a circular import)
...../site-packages/sms4/init.py)

@WERDXZ
Copy link

WERDXZ commented Nov 22, 2022

same ques

@WERDXZ
Copy link

WERDXZ commented Nov 22, 2022

there are some bugs in the init.py file
from sms4 import send
from sms4 import nonblocking_send
to
from sms4.sms4 import send
from sms4.sms4 import nonblocking_send

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

2 participants