Hi!
If I install modeller via conda:
export KEY_MODELLER=XXXX
conda install -c salilab modeller
Then I get an error when importing modeller
Python 3.5.2 |Anaconda 4.1.1 (32-bit)| (default, Jul 5 2016, 11:45:57) [MSC v.1900 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import modeller
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Anaconda3\Library\modeller\modlib\modeller\__init__.py", line 93, in <module>
import _modeller
ImportError: DLL load failed: The specified module could not be found.
>>>
I tried copying around the file _modeller.pyd to folders in the PATH, but that did not solve the problem.
The installed version is
modeller 9.17 py35_1 salilab
But if I install from the stand-alone installer everything works fine.
Best,