ImportError: cannot import name BeautifulSoup
Traceback (most recent call last):
File "F:\workSpace\firstPython\rrrr.py", line 3, in <module>
from bs4 import beautifulsoup
File "F:\workSpace\firstPython\bs4.py", line 3, in <module>
ImportError: cannot import name BeautifulSoup
[Finished in 0.7s with exit code 1]
[shell_cmd: python -u "F:\workSpace\firstPython\rrrr.py"]
[dir: F:\workSpace\firstPython]