After I've added site.py
to top directory of my project, my application started to fail with an exception: "ImportError: No module named 'bs4'"
.
Before adding this file, application worked file. BeautifulSoup4
package is installed in used interpreter.
What's happening here?