When running the example from here:https://pypi.python.org/pypi/brew/0.1.3
I get the following error on this line: from brew.base import Ensemble, EnsembleClassifier
ImportError: No module named base
Importation of the other brew modules seems to be fine.
thanks.