I installed the python library in python3.3. When I run the interpreter in Dreampie, it cannot find my newly installed library, which leads to an error, for example:
>>> from bs4 import BeautifulSoup Traceback (most recent call last): File "<pyshell#4>", line 1, in <module> from bs4 import BeautifulSoup ImportError: No module named 'bs4'
source share