Every time when I call the following code:
from boilerpipe.extract import Extractor
I get the error stating:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "build/bdist.linux-x86_64/egg/boilerpipe/__init__.py", line 7, in <module>
ImportError: No module named boilerpipe
I am calling this code in virtualenv. When I call it in my normal environment everything works just fine.
Any suggestions? Thanks