When I write
from BeautifulSoup import BeautifulSoup
I am getting the following error:
No module named BeautifulSoup
All files are saved at project folder, subfolder BeautifulSoup. And it works well if BeautifulSoup.py placed at the same folder where main.py is.