>>> import modeller
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/mikesivley/anaconda/lib/python2.7/site-packages/modeller/__init__.py", line 93, in <module>
import _modeller
ImportError: No module named _modeller
I wasn’t able to find any mention of Anaconda on Modeller’s installation or FAQ pages. Has anyone successfully installed Modeller and imported from anaconda python?