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
Idk What the hell is going on but I can't get it to pop up with a window of what it's doing in VScode. I click Run then click Start Debugging and it will just quit after a second. I've done everything in the instructions, type pip install webbot. No matter what I try I always get this: ImportError: cannot import name 'Browser' from partially initialized module 'webbot' (most likely due to a circular import) but this is only when I run it using cmd. Please help, it's probably just my numb skull. Thanks.
The text was updated successfully, but these errors were encountered:
Idk What the hell is going on but I can't get it to pop up with a window of what it's doing in VScode. I click
Run
then clickStart Debugging
and it will just quit after a second. I've done everything in the instructions, typepip install webbot
. No matter what I try I always get this:ImportError: cannot import name 'Browser' from partially initialized module 'webbot' (most likely due to a circular import)
but this is only when I run it using cmd. Please help, it's probably just my numb skull. Thanks.The text was updated successfully, but these errors were encountered: