DEV Community

Discussion on: How to send WhatsApp messages for free and reliably with only 3 lines of code? Python

Collapse
 
amaboula profile image
amaboula

Hello I have this error

cannot import name 'WhatsApp' from partially initialized module 'wappdriver' (most likely due to a circular import)

Collapse
 
aahnik profile image
Aahnik Daw

did you name your file wappdriver.py ? Dont do that. Learn more about imports.

And by the way, wappdriver is not more maintained. See the github repo for notice.

Some comments have been hidden by the post's author - find out more